mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Merge commit '09c93b1b957f2049ea5fd8fb0e6f4d82680172f2'
* commit '09c93b1b957f2049ea5fd8fb0e6f4d82680172f2': hlsenc: Append the last incomplete segment when closing the output Conflicts: libavformat/hlsenc.c See: 4630dfd1ebb6550f352ea69ce7150aaaba96d413 Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
50c0837801
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user