This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffmpeg: Fix stored encoder metadata with -bitexact
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.0
Michael Niedermayer
7 years ago
parent
34542ac033
commit
f1251a6b9c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
fftools/ffmpeg.c
+ 1
- 1
fftools/ffmpeg.c
View File
@@ -3120,7 +3120,7 @@ static void set_encoder_id(OutputFile *of, OutputStream *ost)
uint8_t *encoder_string;
uint8_t *encoder_string;
int encoder_string_len;
int encoder_string_len;
int format_flags = 0;
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))
if (av_dict_get(ost->st->metadata, "encoder", NULL, 0))
return;
return;
Write
Preview
Loading…
Cancel
Save