Commit 6cc1409b authored by Diego Biurrun's avatar Diego Biurrun

examples/output: Remove unused variable

doc/examples/output.c:460:9: warning: unused variable ‘i’
parent 11733202
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment