On Fri, May 18, 2018 at 05:19:48PM -0700, Aman Gupta wrote:
> On Fri, May 18, 2018 at 4:50 PM, Aman Gupta wrote:
>
> > From: Aman Gupta
> >
> > Fixes "unknown SEI type 128" debug messages from the parser
> > on https://tmm1.s3.amazonaws.com/vts.mpg
>
>
> This fixed SEI parsing, but now I'm see
On Fri, May 18, 2018 at 4:50 PM, Aman Gupta wrote:
> From: Aman Gupta
>
> Fixes "unknown SEI type 128" debug messages from the parser
> on https://tmm1.s3.amazonaws.com/vts.mpg
This fixed SEI parsing, but now I'm seeing other parser errors on the same
input:
Overread SPS by 8 bits
illegal reo
From: Aman Gupta
Fixes "unknown SEI type 128" debug messages from the parser
on https://tmm1.s3.amazonaws.com/vts.mpg
Signed-off-by: Aman Gupta
---
libavcodec/h264_parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c
i