X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fexamples%2Fmuxing.c;h=014359e2caedf2223efe41991e21a79795f2604a;hb=56450a0ee4fdda160f4039fc2ae33edfd27765c9;hp=42f704c258ba55ef96a59d2695e7ea74e3718139;hpb=f0c7fa2c484e197dae05fbda70a15b5e2ce81e9a;p=ffmpeg diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c index 42f704c258b..014359e2cae 100644 --- a/doc/examples/muxing.c +++ b/doc/examples/muxing.c @@ -536,8 +536,8 @@ static void close_stream(AVFormatContext *oc, OutputStream *ost) int main(int argc, char **argv) { OutputStream video_st = { 0 }, audio_st = { 0 }; + const AVOutputFormat *fmt; const char *filename; - AVOutputFormat *fmt; AVFormatContext *oc; AVCodec *audio_codec, *video_codec; int ret;