mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 09:52:17 +00:00
avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higher
This commit is contained in:
parent
47327aa2d9
commit
1775688292
@ -1564,6 +1564,10 @@ static int hls_window(AVFormatContext *s, int last, VariantStream *vs)
|
||||
sequence = 0;
|
||||
}
|
||||
|
||||
if (hls->flags & HLS_I_FRAMES_ONLY) {
|
||||
hls->version = 4;
|
||||
}
|
||||
|
||||
if (hls->flags & HLS_INDEPENDENT_SEGMENTS) {
|
||||
hls->version = 6;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user