28#ifndef AVCODEC_ELSDEC_H
29#define AVCODEC_ELSDEC_H
34#define ELS_EXPGOLOMB_LEN 10
void ff_els_decoder_init(ElsDecCtx *ctx, const uint8_t *in, size_t data_size)
#define ELS_EXPGOLOMB_LEN
void ff_els_decoder_uninit(ElsUnsignedRung *rung)
int ff_els_decode_bit(ElsDecCtx *ctx, unsigned char *rung)
unsigned ff_els_decode_unsigned(ElsDecCtx *ctx, ElsUnsignedRung *ur)
ElsRungNode * rem_rung_list
uint8_t prefix_rung[ELS_EXPGOLOMB_LEN+1]
static AVFormatContext * ctx