X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fnellymoser.c;h=0740c75a0f09873690a4c047e1ef6ea2b72cae70;hb=4d2160c99a00af98cb09749f24831580e816eda9;hp=0716c25a20fb50fb53f7ad0bc8792133f9790f8d;hpb=ba87f0801d77c21eb1e4891ca1f846500bbb0939;p=ffmpeg diff --git a/libavcodec/nellymoser.c b/libavcodec/nellymoser.c index 0716c25a20f..0740c75a0f0 100644 --- a/libavcodec/nellymoser.c +++ b/libavcodec/nellymoser.c @@ -33,9 +33,8 @@ #include "nellymoser.h" #include "avcodec.h" -#include "dsputil.h" -#define ALT_BITSTREAM_READER_LE +#define BITSTREAM_READER_LE #include "get_bits.h" const float ff_nelly_dequantization_table[127] = { @@ -223,4 +222,3 @@ void ff_nelly_get_sample_bits(const float *buf, int *bits) bits[i] = 0; } } -