Revert r14484 hunk that deleted the 'include avcodec.h' statement.
authorPeter Ross <pross@xvid.org>
Fri, 1 Aug 2008 11:26:22 +0000 (11:26 +0000)
committerPeter Ross <pross@xvid.org>
Fri, 1 Aug 2008 11:26:22 +0000 (11:26 +0000)
Originally committed as revision 14495 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/audioconvert.c

index 6f00af4..c022288 100644 (file)
@@ -25,6 +25,7 @@
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
+#include "avcodec.h"
 #include "audioconvert.h"
 
 typedef struct SampleFmtInfo {