Re: [FFmpeg-devel] [PATCH] [GSoC v3 6/7] avformat/hls add metadata "abr_initial" for ffplay

2020-09-03 Thread Steven Liu
> 在 2020年8月23日,20:23,Hongcheng Zhong 写道: > > From: spartazhc > > Add an AVDictionary option "abr_initial", which could be used to send > message to ffplay. Currently, the first entry "abr_init_duration" is > added. > > Signed-off-by: spartazhc > --- > doc/demuxers.texi | 3 +++ > libavforma

[FFmpeg-devel] [PATCH] [GSoC v3 6/7] avformat/hls add metadata "abr_initial" for ffplay

2020-08-23 Thread Hongcheng Zhong
From: spartazhc Add an AVDictionary option "abr_initial", which could be used to send message to ffplay. Currently, the first entry "abr_init_duration" is added. Signed-off-by: spartazhc --- doc/demuxers.texi | 3 +++ libavformat/hls.c | 14 ++ 2 files changed, 17 insertions(+) d