diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-07-11 06:49:16 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-07-11 07:23:50 -0700 |
commit | 6cc1409ba8650fb7eaedc96e970664febc02a5e9 (patch) | |
tree | 0f8bd4f44bef93fa2a2cbfd509279ab11c3882f0 /doc/examples | |
parent | 1173320249745eab01c901a39054fc0fced33c87 (diff) | |
download | ffmpeg-6cc1409ba8650fb7eaedc96e970664febc02a5e9.tar.gz |
examples/output: Remove unused variable
doc/examples/output.c:460:9: warning: unused variable āiā
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/output.c b/doc/examples/output.c index 0985659509..883d55f0e2 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(); |