Re: [FFmpeg-devel] [PATCH 1/2] hlsenc: use stream's maximum bit rate as fall-back advertised rate

2018-03-24 Thread Jan Ekström
On Sat, Mar 24, 2018 at 7:26 AM, Steven Liu wrote: > > LGTM > > Thanks > Steven Cheers, Pushed with the prefix changed to avformat/hlsenc and made the av_stream_get_side_data call fit into 80 columns. Jan ___ ffmpeg-devel mailing list ffmpeg-devel@ffm

Re: [FFmpeg-devel] [PATCH 1/2] hlsenc: use stream's maximum bit rate as fall-back advertised rate

2018-03-23 Thread Steven Liu
2018-03-24 6:42 GMT+08:00 Jan Ekström : > From: Jan Ekström > > Enables having proper bit rate values being written into the master > playlist in case of hard-constrained VBR where the maximum bit > rate utilized is known before hand. > > Does the same thing as movenc.c, for example. > > Signed-of

[FFmpeg-devel] [PATCH 1/2] hlsenc: use stream's maximum bit rate as fall-back advertised rate

2018-03-23 Thread Jan Ekström
From: Jan Ekström Enables having proper bit rate values being written into the master playlist in case of hard-constrained VBR where the maximum bit rate utilized is known before hand. Does the same thing as movenc.c, for example. Signed-off-by: Jan Ekström --- libavformat/hlsenc.c | 15 +