You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/smoothstreamingenc: do not override movflag defaults
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -340,7 +340,7 @@ static int ism_write_header(AVFormatContext *s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
av_dict_set_int(&opts, "ism_lookahead", c->lookahead_count, 0);
|
av_dict_set_int(&opts, "ism_lookahead", c->lookahead_count, 0);
|
||||||
av_dict_set(&opts, "movflags", "frag_custom", 0);
|
av_dict_set(&opts, "movflags", "+frag_custom", 0);
|
||||||
ret = avformat_write_header(ctx, &opts);
|
ret = avformat_write_header(ctx, &opts);
|
||||||
av_dict_free(&opts);
|
av_dict_free(&opts);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
|
Reference in New Issue
Block a user