Commit f1251a6b authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: Fix stored encoder metadata with -bitexact

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 34542ac0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment