From 32aef7d01909034f231c98a5ad8c23f43738e1cf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <michaelni@gmx.at> Date: Fri, 15 Jul 2011 18:27:30 +0200 Subject: [PATCH] ffmpeg: fix muxer private options (bug introduced by anton khirnov) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 252f29d4a6b..5548d41e781 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2579,7 +2579,7 @@ static int transcode(AVFormatContext **output_files, ret = AVERROR(EINVAL); goto dump_format; } - assert_avoptions(output_opts[i]); +// assert_avoptions(output_opts[i]); if (strcmp(output_files[i]->oformat->name, "rtp")) { want_sdp = 0; } -- GitLab