On Thu, Jan 31, 2019 at 03:36:56PM +0800, Decai Lin wrote:
> This is robust for some corner case there is incorrect list1 count
> in pps header, but it's a P slice and can be decoded well.
>
> Signed-off-by: Decai Lin
> ---
> libavcodec/h264_parse.c | 11 ++-
> 1 file changed, 6 insertio
ons and patches
> >
> > Subject: Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: no need check ref
> > list1 for P slices.
> >
> > On Fri, Feb 1, 2019 at 1:28 PM Lin, Decai wrote:
> > >
> > >
> > >
> > > > -Original Mess
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> myp...@gmail.com
> Sent: 2019年2月1日 15:14
> To: FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: no need check ref
d patches
> >
> > Subject: Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: no need check ref
> > list1 for P slices.
> >
> > On Thu, Jan 31, 2019 at 03:36:56PM +0800, Decai Lin wrote:
> > > This is robust for some corner case there is incorrect list1 count in
> &
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Michael Niedermayer
> Sent: 2019年2月1日 1:12
> To: FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: no need ch
On Thu, Jan 31, 2019 at 03:36:56PM +0800, Decai Lin wrote:
> This is robust for some corner case there is incorrect list1 count
> in pps header, but it's a P slice and can be decoded well.
please provide a sample h264 video that needs this
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B
This is robust for some corner case there is incorrect list1 count
in pps header, but it's a P slice and can be decoded well.
Signed-off-by: Decai Lin
---
libavcodec/h264_parse.c | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/libavcodec/h264_parse.c b/libavcodec/