[FFmpeg-cvslog] doc/examples/muxing: remove unused variable

Michael Niedermayer git at videolan.org
Sat Jun 28 21:54:58 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jun 28 21:44:38 2014 +0200| [4d3072ada3d586fa94acd72ec6248731183547a6] | committer: Michael Niedermayer

doc/examples/muxing: remove unused variable

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

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

 doc/examples/muxing.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index cd734f8..ea5c78e 100644
--- a/doc/examples/muxing.c
+++ b/doc/examples/muxing.c
@@ -535,7 +535,7 @@ int main(int argc, char **argv)
     AVOutputFormat *fmt;
     AVFormatContext *oc;
     AVCodec *audio_codec, *video_codec;
-    int flush, ret;
+    int ret;
     int have_video = 0, have_audio = 0;
     int encode_video = 0, encode_audio = 0;
 



More information about the ffmpeg-cvslog mailing list