Re: [FFmpeg-devel] [PATCH 2/3] lavf/hls: Add missed side data/disposition

2020-06-18 Thread myp...@gmail.com
On Thu, Jun 18, 2020 at 5:26 PM wrote: > > On Thu, Jun 18, 2020 at 11:52:58AM +0800, myp...@gmail.com wrote: > > On Thu, Jun 4, 2020 at 10:39 PM Jun Zhao wrote: > > > > > > From: vacingfang > > > > > PLease fix the typo in the comment message. > > | |

Re: [FFmpeg-devel] [PATCH 2/3] lavf/hls: Add missed side data/disposition

2020-06-18 Thread lance . lmwang
On Thu, Jun 18, 2020 at 11:52:58AM +0800, myp...@gmail.com wrote: > On Thu, Jun 4, 2020 at 10:39 PM Jun Zhao wrote: > > > > From: vacingfang > > PLease fix the typo in the comment message. | | | > > hls demuxer get the strem info

Re: [FFmpeg-devel] [PATCH 2/3] lavf/hls: Add missed side data/disposition

2020-06-18 Thread Steven Liu
> 在 2020年6月4日,22:12,Jun Zhao 写道: > > From: vacingfang > > hls demuxer get the strem info form sub-stream, but missed sida > data/disposition part, e,g, missed the DOVI sida data when the > stream is Dolby Vision streams. > > Signed-off-by: vacingfang > --- > libavformat/hls.c | 14

Re: [FFmpeg-devel] [PATCH 2/3] lavf/hls: Add missed side data/disposition

2020-06-17 Thread myp...@gmail.com
On Thu, Jun 4, 2020 at 10:39 PM Jun Zhao wrote: > > From: vacingfang > > hls demuxer get the strem info form sub-stream, but missed sida > data/disposition part, e,g, missed the DOVI sida data when the > stream is Dolby Vision streams. > > Signed-off-by: vacingfang > --- > libavformat/hls.c |

[FFmpeg-devel] [PATCH 2/3] lavf/hls: Add missed side data/disposition

2020-06-04 Thread Jun Zhao
From: vacingfang hls demuxer get the strem info form sub-stream, but missed sida data/disposition part, e,g, missed the DOVI sida data when the stream is Dolby Vision streams. Signed-off-by: vacingfang --- libavformat/hls.c | 14 ++ 1 file changed, 14 insertions(+) diff --git