[FFmpeg-cvslog] ffmpeg: fix muxer private options (bug introduced by anton khirnov)

Michael Niedermayer git at videolan.org
Fri Jul 15 18:34:40 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jul 15 18:27:30 2011 +0200| [32aef7d01909034f231c98a5ad8c23f43738e1cf] | committer: Michael Niedermayer

ffmpeg: fix muxer private options (bug introduced by anton khirnov)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=32aef7d01909034f231c98a5ad8c23f43738e1cf
---

 ffmpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 252f29d..5548d41 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;
         }



More information about the ffmpeg-cvslog mailing list