[FFmpeg-cvslog] txd: remove duplicated header inclusion

Paul B Mahol git at videolan.org
Wed Oct 10 18:50:46 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Oct 10 16:46:45 2012 +0000| [2c5b1a2a6abbcd0445a528a14de41c3e470bb2ae] | committer: Paul B Mahol

txd: remove duplicated header inclusion

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

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

diff --git a/libavcodec/txd.c b/libavcodec/txd.c
index 9ca6812..a526035 100644
--- a/libavcodec/txd.c
+++ b/libavcodec/txd.c
@@ -25,7 +25,6 @@
 #include "libavutil/imgutils.h"
 #include "bytestream.h"
 #include "avcodec.h"
-#include "bytestream.h"
 #include "s3tc.h"
 
 typedef struct TXDContext {



More information about the ffmpeg-cvslog mailing list