]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/nellymoser.c
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not...
[ffmpeg] / libavcodec / nellymoser.c
index 79c367a455d5ff21dd5b5ea210522ad07543fb5f..08559e68c73d63ce5c659f5b3a635dcd8d8d260c 100644 (file)
  */
 
 /**
- * @file nellymoser.c
+ * @file libavcodec/nellymoser.c
  * 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/
  */
 
 #include "nellymoser.h"
-#include "libavutil/random.h"
 #include "avcodec.h"
 #include "dsputil.h"
 
 #define ALT_BITSTREAM_READER_LE
-#include "bitstream.h"
+#include "get_bits.h"
 
 const float ff_nelly_dequantization_table[127] = {
  0.0000000000,