diff options
author | Peter Ross <pross@xvid.org> | 2008-08-01 11:26:22 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2008-08-01 11:26:22 +0000 |
commit | 8a464e75802a3a022d9d466a5e331fc519cc34ad (patch) | |
tree | 7e2a65f23d54492abe526cb1133967fc81cde4a7 /libavcodec/audioconvert.c | |
parent | afffd357b0a24b39ede5a9471a45c1829d998f3e (diff) | |
download | ffmpeg-8a464e75802a3a022d9d466a5e331fc519cc34ad.tar.gz |
Revert r14484 hunk that deleted the 'include avcodec.h' statement.
Originally committed as revision 14495 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/audioconvert.c')
-rw-r--r-- | libavcodec/audioconvert.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/audioconvert.c b/libavcodec/audioconvert.c index 6f00af49f9..c022288206 100644 --- a/libavcodec/audioconvert.c +++ b/libavcodec/audioconvert.c @@ -25,6 +25,7 @@ * @author Michael Niedermayer <michaelni@gmx.at> */ +#include "avcodec.h" #include "audioconvert.h" typedef struct SampleFmtInfo { |