[FFmpeg-cvslog] on2avc: Remove pointless dsputil.h #include

Diego Biurrun git at videolan.org
Tue May 27 22:33:54 CEST 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri May 23 07:20:24 2014 -0700| [f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0] | committer: Diego Biurrun

on2avc: Remove pointless dsputil.h #include

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0
---

 libavcodec/on2avc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/on2avc.c b/libavcodec/on2avc.c
index e4415fc..60f451c 100644
--- a/libavcodec/on2avc.c
+++ b/libavcodec/on2avc.c
@@ -24,7 +24,6 @@
 #include "libavutil/float_dsp.h"
 #include "avcodec.h"
 #include "bytestream.h"
-#include "dsputil.h"
 #include "fft.h"
 #include "get_bits.h"
 #include "golomb.h"



More information about the ffmpeg-cvslog mailing list