Re: [FFmpeg-devel] [PATCH V1 1/2] lavf/hls: Remove HLSContext.strict_std_compliance field

2019-04-27 Thread myp...@gmail.com
On Tue, Apr 16, 2019 at 2:04 PM Jun Zhao wrote: > > From: Jun Zhao > > After the commit 9f61abc8111, we can use AVFormatContext.strict_std_compliance > instead of HLSContext.strict_std_compliance to avoid the code redundancy. > > Signed-off-by: Jun Zhao > --- > libavformat/hls.c |4 +--- >

[FFmpeg-devel] [PATCH V1 1/2] lavf/hls: Remove HLSContext.strict_std_compliance field

2019-04-16 Thread Jun Zhao
From: Jun Zhao After the commit 9f61abc8111, we can use AVFormatContext.strict_std_compliance instead of HLSContext.strict_std_compliance to avoid the code redundancy. Signed-off-by: Jun Zhao --- libavformat/hls.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git