[FFmpeg-cvslog] Removing network.h from matroskadec.c
Vignesh Venkatasubramanian
git at videolan.org
Fri Feb 15 00:16:37 CET 2013
ffmpeg | branch: master | Vignesh Venkatasubramanian <vigneshv at google.com> | Thu Feb 14 14:59:30 2013 -0800| [003be0a9c33e84c823757d5b5e8c67e0bbc953a7] | committer: Michael Niedermayer
Removing network.h from matroskadec.c
Removing accidentally added include file.
Signed-off-by: Vignesh Venkatasubramanian <vigneshv at google.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=003be0a9c33e84c823757d5b5e8c67e0bbc953a7
---
libavformat/matroskadec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index d2e5329..249a023 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"
More information about the ffmpeg-cvslog
mailing list