[FFmpeg-cvslog] wtvdec: Remove unused strings.h header
Derek Buitenhuis
git at videolan.org
Fri Sep 7 18:32:01 CEST 2012
ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Fri Sep 7 08:54:21 2012 -0400| [1d4c4b0fbc7687732a894c56aaf538e255670dd5] | committer: Michael Niedermayer
wtvdec: Remove unused strings.h header
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d4c4b0fbc7687732a894c56aaf538e255670dd5
---
libavformat/wtvdec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c
index 28de787..319b986 100644
--- a/libavformat/wtvdec.c
+++ b/libavformat/wtvdec.c
@@ -31,7 +31,6 @@
#include "internal.h"
#include "wtv.h"
#include "mpegts.h"
-#include <strings.h>
/* Macros for formating GUIDs */
#define PRI_PRETTY_GUID \
More information about the ffmpeg-cvslog
mailing list