On 4/17/2017 8:48 AM, Luca Barbato wrote: > On 14/04/2017 15:53, James Almer wrote: >> This mimics the behavior of the now unused h264/hevc parser's split() >> function and fixes decoding some files when extract_extradata bsf is >> enabled. >> >> Signed-off-by: James Almer <[email protected]> >> --- >> libavcodec/extract_extradata_bsf.c | 15 ++++++++++++--- >> 1 file changed, 12 insertions(+), 3 deletions(-) > > Do you have a small sample to use? > > lu
https://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket4544/globo%20hd%2020120424%20champions%20league%20paulonline_cut.ts 20mb so not exactly small, but it can be cut even further if you want to make a fate test for it since the problem is that extract_extradata takes a bunch of useless NALUs out of the first complete frame instead of waiting until it finds an SPS. Couldn't find any hevc sample that fails without this patch, but it should be a matter of finding a badly cut mpegts file out there. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
