mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
ffmpeg: apply flags to attachments too.
This commit is contained in:
parent
951a03b3a8
commit
5bab99baea
@ -1655,7 +1655,7 @@ loop_end:
|
|||||||
AVDictionaryEntry *e;
|
AVDictionaryEntry *e;
|
||||||
ost = output_streams[i];
|
ost = output_streams[i];
|
||||||
|
|
||||||
if ( ost->stream_copy
|
if ((ost->stream_copy || ost->attachment_filename)
|
||||||
&& (e = av_dict_get(o->g->codec_opts, "flags", NULL, AV_DICT_IGNORE_SUFFIX))
|
&& (e = av_dict_get(o->g->codec_opts, "flags", NULL, AV_DICT_IGNORE_SUFFIX))
|
||||||
&& (!e->key[5] || check_stream_specifier(oc, ost->st, e->key+6)))
|
&& (!e->key[5] || check_stream_specifier(oc, ost->st, e->key+6)))
|
||||||
if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0)
|
if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user