Commit 50c08378 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '09c93b1b'

* commit '09c93b1b':
  hlsenc: Append the last incomplete segment when closing the output

Conflicts:
	libavformat/hlsenc.c

See: 4630dfd1Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents dff205cc 09c93b1b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment