Re: [FFmpeg-devel] [PATCH] lavc/hevc: Don't parse NAL unit for a dummy buffer

2018-03-29 Thread Xiang, Haihao
> > On 27 Mar 2018, at 15:57, Haihao Xiang wrote: > > > > hevc parser mistakenly reports the following message if a dummy buffer > > is padded for EOF > > > > [hevc @ 0x559b63848610] missing picture in access unit > > > > Signed-off-by: Haihao Xiang

Re: [FFmpeg-devel] [PATCH] lavc/hevc: Don't parse NAL unit for a dummy buffer

2018-03-27 Thread Steven Liu
> On 27 Mar 2018, at 15:57, Haihao Xiang wrote: > > hevc parser mistakenly reports the following message if a dummy buffer > is padded for EOF > > [hevc @ 0x559b63848610] missing picture in access unit > > Signed-off-by: Haihao Xiang > --- >

[FFmpeg-devel] [PATCH] lavc/hevc: Don't parse NAL unit for a dummy buffer

2018-03-27 Thread Haihao Xiang
hevc parser mistakenly reports the following message if a dummy buffer is padded for EOF [hevc @ 0x559b63848610] missing picture in access unit Signed-off-by: Haihao Xiang --- libavcodec/hevc_parser.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff