Browse Source

doc/examples/muxing: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
4d3072ada3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/examples/muxing.c

+ 1
- 1
doc/examples/muxing.c View File

@@ -535,7 +535,7 @@ int main(int argc, char **argv)
AVOutputFormat *fmt;
AVFormatContext *oc;
AVCodec *audio_codec, *video_codec;
int flush, ret;
int ret;
int have_video = 0, have_audio = 0;
int encode_video = 0, encode_audio = 0;



Loading…
Cancel
Save