]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/nellymoser.c
libvpx: support vp9
[ffmpeg] / libavcodec / nellymoser.c
index 0716c25a20fb50fb53f7ad0bc8792133f9790f8d..195e2e80ae98aeb086354bc1c2272292d3a9abdc 100644 (file)
@@ -35,7 +35,7 @@
 #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 +223,3 @@ void ff_nelly_get_sample_bits(const float *buf, int *bits)
             bits[i] = 0;
     }
 }
-