Re: [FFmpeg-devel] [PATCH] avcodec/extract_extradata_bsf: make sure parameter set NAL units were found for h264/hevc

2017-04-01 Thread James Almer
On 3/24/2017 11:13 PM, James Almer wrote: > Signed-off-by: James Almer > --- > This is an actual fix for the existing parsing code instead of a copy > of the AVCodecParser code, as an alternative to patches 2 and 3 of this > set. > > Five FATE tests will have to be updated with patch 6 if this is

[FFmpeg-devel] [PATCH] avcodec/extract_extradata_bsf: make sure parameter set NAL units were found for h264/hevc

2017-03-24 Thread James Almer
Signed-off-by: James Almer --- This is an actual fix for the existing parsing code instead of a copy of the AVCodecParser code, as an alternative to patches 2 and 3 of this set. Five FATE tests will have to be updated with patch 6 if this is applied, as this parsing code filters unnecessary NAL u