[FFmpeg-cvslog] r26272 - trunk/libavcodec/dsputil.c

jbr subversion
Sun Jan 9 03:04:30 CET 2011


Author: jbr
Date: Sun Jan  9 03:04:30 2011
New Revision: 26272

Log:
Remove unneeded #include

Modified:
   trunk/libavcodec/dsputil.c

Modified: trunk/libavcodec/dsputil.c
==============================================================================
--- trunk/libavcodec/dsputil.c	Sun Jan  9 00:21:17 2011	(r26271)
+++ trunk/libavcodec/dsputil.c	Sun Jan  9 03:04:30 2011	(r26272)
@@ -40,7 +40,6 @@
 #include "ac3dec.h"
 #include "vorbis.h"
 #include "png.h"
-#include "vp8dsp.h"
 
 uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP] = {0, };
 uint32_t ff_squareTbl[512] = {0, };



More information about the ffmpeg-cvslog mailing list