diff options
Diffstat (limited to 'libavcodec/nellymoser.c')
-rw-r--r-- | libavcodec/nellymoser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nellymoser.c b/libavcodec/nellymoser.c index 00c2cfd3a1..08559e68c7 100644 --- a/libavcodec/nellymoser.c +++ b/libavcodec/nellymoser.c @@ -36,7 +36,7 @@ #include "dsputil.h" #define ALT_BITSTREAM_READER_LE -#include "bitstream.h" +#include "get_bits.h" const float ff_nelly_dequantization_table[127] = { 0.0000000000, |