You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '09c93b1b957f2049ea5fd8fb0e6f4d82680172f2'
* commit '09c93b1b957f2049ea5fd8fb0e6f4d82680172f2':
hlsenc: Append the last incomplete segment when closing the output
Conflicts:
libavformat/hlsenc.c
See: 4630dfd1eb
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -49,7 +49,7 @@ typedef struct HLSContext {
|
||||
int has_video;
|
||||
int64_t start_pts;
|
||||
int64_t end_pts;
|
||||
int64_t duration; ///< last segment duration computed so far, in seconds
|
||||
int64_t duration; // last segment duration computed so far, in seconds
|
||||
int nb_entries;
|
||||
ListEntry *list;
|
||||
ListEntry *end_list;
|
||||
|
Reference in New Issue
Block a user