examples/output: Remove unused variable

doc/examples/output.c:460:9: warning: unused variable ‘i’
pull/77/head
Diego Biurrun 10 years ago
parent 1173320249
commit 6cc1409ba8
  1. 1
      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();

Loading…
Cancel
Save