ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Mon Oct 30 04:08:17 2017 +0100| [f1251a6b9ccaac8a38d24398bbff156bf786717c] | committer: Michael Niedermayer
ffmpeg: Fix stored encoder metadata with -bitexact Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1251a6b9ccaac8a38d24398bbff156bf786717c --- fftools/ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index cabc6864e7..ade8df6abc 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -3120,7 +3120,7 @@ static void set_encoder_id(OutputFile *of, OutputStream *ost) uint8_t *encoder_string; int encoder_string_len; int format_flags = 0; - int codec_flags = 0; + int codec_flags = ost->enc_ctx->flags; if (av_dict_get(ost->st->metadata, "encoder", NULL, 0)) return; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog