From 6cc1409ba8650fb7eaedc96e970664febc02a5e9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 11 Jul 2014 06:49:16 -0700 Subject: examples/output: Remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit doc/examples/output.c:460:9: warning: unused variable ā€˜iā€™ --- doc/examples/output.c | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/examples') 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(); -- cgit v1.2.3