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
avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higher
tags/n4.4
Zhao Zhili
liuqi05
5 years ago
parent
47327aa2d9
commit
1775688292
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavformat/hlsenc.c
+ 4
- 0
libavformat/hlsenc.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save