[libav-devel] [PATCH 1/1] h264: enable low delay only if no delayed frames were seen

2012-11-25 Thread Janne Grunau
Dropping frames is undesirable but that is the only way by which the decoder could return to low delay mode. Instead emit a warning and continue with delayed frames. Fixes a crash in fuzzed sample nasa-8s2.ts_s20033 caused by a larger than expected has_b_frames value. Low delay keeps getting

Re: [libav-devel] [PATCH 1/1] h264: enable low delay only if no delayed frames were seen

2012-11-25 Thread Ronald S. Bultje
Hi, On Sun, Nov 25, 2012 at 2:40 PM, Janne Grunau janne-li...@jannau.net wrote: Dropping frames is undesirable but that is the only way by which the decoder could return to low delay mode. Instead emit a warning and continue with delayed frames. Fixes a crash in fuzzed sample