[FFmpeg-cvslog] ffmpeg_opt: Fix forcing fourccs

Michael Niedermayer git at videolan.org
Wed Jul 1 05:23:45 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jul  1 05:10:51 2015 +0200| [8750aef3d65c0d52946a9b52eba5f5203280b548] | committer: Michael Niedermayer

ffmpeg_opt: Fix forcing fourccs

Fixes Ticket4682

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

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

 ffmpeg_opt.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index f7f6553..5c2bd48 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -1204,6 +1204,7 @@ static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, e
         uint32_t tag = strtol(codec_tag, &next, 0);
         if (*next)
             tag = AV_RL32(codec_tag);
+        ost->st->codec->codec_tag =
         ost->enc_ctx->codec_tag = tag;
     }
 



More information about the ffmpeg-cvslog mailing list