Re: [FFmpeg-devel] [PATCH] avcodec/h264_parser: create nalus without trailing bits

2018-05-18 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avcodec/h264_parser: create nalus without trailing bits

2018-05-18 Thread Aman Gupta
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

[FFmpeg-devel] [PATCH] avcodec/h264_parser: create nalus without trailing bits

2018-05-18 Thread Aman Gupta
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