[FFmpeg-cvslog] v210dec: remove debuging #include

Michael Niedermayer git at videolan.org
Thu Oct 20 00:37:39 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Oct 20 00:29:21 2011 +0200| [1373923ddf3ef0ec9f7ec2ad673bb0c3ae5e9aa9] | committer: Michael Niedermayer

v210dec: remove debuging #include

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/v210dec.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/v210dec.c b/libavcodec/v210dec.c
index 4f40e08..68dbd37 100644
--- a/libavcodec/v210dec.c
+++ b/libavcodec/v210dec.c
@@ -24,7 +24,6 @@
 #include "avcodec.h"
 #include "v210dec.h"
 #include "libavutil/bswap.h"
-#include "libavutil/x86/timer.h"
 
 #define READ_PIXELS(a, b, c)         \
     do {                             \



More information about the ffmpeg-cvslog mailing list