summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-07-11 06:49:16 -0700
committerDiego Biurrun <diego@biurrun.de>2014-07-11 07:23:50 -0700
commit6cc1409ba8650fb7eaedc96e970664febc02a5e9 (patch)
tree0f8bd4f44bef93fa2a2cbfd509279ab11c3882f0 /doc/examples
parent1173320249745eab01c901a39054fc0fced33c87 (diff)
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.c1
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();