diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 13:57:42 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 13:57:42 +0000 |
commit | 3519af27d83963132197edaf6a492285651d3299 (patch) | |
tree | 342d367ecab17b84c1d7998db23a7dea30e364e6 /libavcodec/liba52/resample.c | |
parent | 2eb5d02427a24d2a8aee95785564e9f79d7bf489 (diff) | |
download | ffmpeg-3519af27d83963132197edaf6a492285651d3299.tar.gz |
when changing version, please keep my changes (win32 compile fix)
Originally committed as revision 2138 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/liba52/resample.c')
-rw-r--r-- | libavcodec/liba52/resample.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/liba52/resample.c b/libavcodec/liba52/resample.c index 284cbbe78d..bb7de9175e 100644 --- a/libavcodec/liba52/resample.c +++ b/libavcodec/liba52/resample.c @@ -4,8 +4,6 @@ // a52_resample() should do the conversion. -#include <inttypes.h> -#include <stdio.h> #include "a52.h" #include "mm_accel.h" #include "config.h" |