summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-03-12 14:42:34 +0000
committerDiego Biurrun <diego@biurrun.de>2007-03-12 14:42:34 +0000
commit1420b8375dcb338cc9287c3436e5fffc0fc456c3 (patch)
tree7aba6f01904cc08e2f6d8c2beff6da570f784a49 /ffmpeg.c
parentbde0705c8c9b0da4a806dd0ddd8bbc7f8eb60309 (diff)
Remove superfluous header include.
Originally committed as revision 8341 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index b57caa6d59..ba1125e171 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -24,7 +24,6 @@
#include "avformat.h"
#include "swscale.h"
#include "framehook.h"
-#include "dsputil.h"
#include "opt.h"
#include "fifo.h"