X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fnellymoser.c;h=195e2e80ae98aeb086354bc1c2272292d3a9abdc;hb=38c6bbc118661c16b31122691b3d3d5bda13b82f;hp=00c2cfd3a11fb8f321cd865a760cfd8ada0fae31;hpb=fa7aec5ceb6d2c21b2548d5c361fa369f1f1961d;p=ffmpeg diff --git a/libavcodec/nellymoser.c b/libavcodec/nellymoser.c index 00c2cfd3a11..195e2e80ae9 100644 --- a/libavcodec/nellymoser.c +++ b/libavcodec/nellymoser.c @@ -26,7 +26,7 @@ */ /** - * @file libavcodec/nellymoser.c + * @file * The 3 alphanumeric copyright notices are md5summed they are from the original * implementors. The original code is available from http://code.google.com/p/nelly2pcm/ */ @@ -35,8 +35,8 @@ #include "avcodec.h" #include "dsputil.h" -#define ALT_BITSTREAM_READER_LE -#include "bitstream.h" +#define BITSTREAM_READER_LE +#include "get_bits.h" const float ff_nelly_dequantization_table[127] = { 0.0000000000, @@ -223,4 +223,3 @@ void ff_nelly_get_sample_bits(const float *buf, int *bits) bits[i] = 0; } } -