aboutsummaryrefslogtreecommitdiffstats
path: root/liblss16_decoder_init.c
blob: e0fa309d7a39ef265845f3410b0ab35840e18cbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* See LICENSE file for copyright and license details. */
#include "liblss16.h"
#include <string.h>


void
liblss16_decoder_init(struct liblss16_decoder *decoder)
{
	memset(decoder, 0, sizeof(*decoder));
}