[FFmpeg-cvslog] examples/output: Remove unused variable

Diego Biurrun git at videolan.org
Fri Jul 11 20:45:42 CEST 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Jul 11 06:49:16 2014 -0700| [6cc1409ba8650fb7eaedc96e970664febc02a5e9] | committer: Diego Biurrun

examples/output: Remove unused variable

doc/examples/output.c:460:9: warning: unused variable ‘i’

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

 doc/examples/output.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/examples/output.c b/doc/examples/output.c
index 0985659..883d55f 100644
--- a/doc/examples/output.c
+++ b/doc/examples/output.c
@@ -457,7 +457,6 @@ int main(int argc, char **argv)
     AVFormatContext *oc;
     int have_video = 0, have_audio = 0;
     int encode_video = 0, encode_audio = 0;
-    int i;
 
     /* Initialize libavcodec, and register all codecs and formats. */
     av_register_all();



More information about the ffmpeg-cvslog mailing list