]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/nellymoser.c
lavc/lavf: remove unnecessary symbols from the symbol version script.
[ffmpeg] / libavcodec / nellymoser.c
index 08559e68c73d63ce5c659f5b3a635dcd8d8d260c..195e2e80ae98aeb086354bc1c2272292d3a9abdc 100644 (file)
@@ -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,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;
     }
 }
-