lavc: add missing audioconvert includes
authorAnton Khirnov <anton@khirnov.net>
Sat, 2 Apr 2011 09:50:10 +0000 (11:50 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sat, 2 Apr 2011 14:17:01 +0000 (16:17 +0200)
libavcodec/mlp_parser.c
libavcodec/mpegaudiodec.c

index 9ba3c53..e85eb72 100644 (file)
@@ -27,6 +27,7 @@
 #include <stdint.h>
 
 #include "libavutil/crc.h"
+#include "libavutil/audioconvert.h"
 #include "get_bits.h"
 #include "parser.h"
 #include "mlp_parser.h"
index ae4b4bf..024d618 100644 (file)
@@ -24,6 +24,7 @@
  * MPEG Audio decoder.
  */
 
+#include "libavutil/audioconvert.h"
 #include "avcodec.h"
 #include "get_bits.h"
 #include "dsputil.h"