[FFmpeg-devel] [PATCH] Removing network.h from matroskadec.c

Vignesh Venkatasubramanian vigneshv at google.com
Thu Feb 14 23:59:30 CET 2013


Removing accidentally added include file.

Signed-off-by: Vignesh Venkatasubramanian <vigneshv at google.com>
---
 libavformat/matroskadec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index 068ccae..06b74af 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -32,7 +32,6 @@
 #include "avformat.h"
 #include "internal.h"
 #include "avio_internal.h"
-#include "network.h"
 /* For ff_codec_get_id(). */
 #include "riff.h"
 #include "isom.h"
-- 
1.8.1



More information about the ffmpeg-devel mailing list