Re: [libav-devel] [PATCH] zerocodec: check if the previous frame is missing

2012-05-06 Thread Derek Buitenhuis
On 06/05/2012 4:44 PM, Luca Barbato wrote: > From: Paul B Mahol > > ZeroCodec relies on the keyframe flag being set in the container, and > prev is the previously decoded frame. A keyframe flags incorrectly set > will lead to this condition. As per discussion on IRC, OK. - Derek ___

[libav-devel] [PATCH] zerocodec: check if the previous frame is missing

2012-05-06 Thread Luca Barbato
From: Paul B Mahol ZeroCodec relies on the keyframe flag being set in the container, and prev is the previously decoded frame. A keyframe flags incorrectly set will lead to this condition. Signed-off-by: Paul B Mahol Signed-off-by: Luca Barbato --- libavcodec/zerocodec.c |4 1 files

Re: [libav-devel] [PATCH] zerocodec: check if the previous frame is missing

2012-05-05 Thread Derek Buitenhuis
On 04/05/2012 1:54 PM, Luca Barbato wrote: > From: Paul B Mahol > > ZeroCodec relies on the keyframe flag being set in the container, and > prev is the previously decoded frame. A keyframe flags incorrectly set > will lead to this condition. > > Signed-off-by: Paul B Mahol > Signed-off-by: Luca

[libav-devel] [PATCH] zerocodec: check if the previous frame is missing

2012-05-04 Thread Luca Barbato
From: Paul B Mahol ZeroCodec relies on the keyframe flag being set in the container, and prev is the previously decoded frame. A keyframe flags incorrectly set will lead to this condition. Signed-off-by: Paul B Mahol Signed-off-by: Luca Barbato --- libavcodec/zerocodec.c |4 1 files