diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-07-15 18:27:30 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-07-15 18:27:30 +0200 |
commit | 32aef7d01909034f231c98a5ad8c23f43738e1cf (patch) | |
tree | 6638ad5dd0bc27c6d74b886326de0eabc4888100 | |
parent | 042f9d62ca42a6ca26ef6ff23c6078c9ecc90c18 (diff) | |
download | ffmpeg-32aef7d01909034f231c98a5ad8c23f43738e1cf.tar.gz |
ffmpeg: fix muxer private options (bug introduced by anton khirnov)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |