Re: [FFmpeg-devel] [PATCH] avcodec/h264: Set CORRUPT flag on output frames that are not fully recovered

2015-12-08 Thread Sebastian Dröge
On Di, 2015-12-08 at 01:28 +0100, Michael Niedermayer wrote: >  > this breaks "-flags2 showall", many (ugly) frames are no longer shown > one sample showing this is: Indeed, I changed behaviour here. It should work the same as before now. Before and after my patch there is no difference between 

[FFmpeg-devel] [PATCH] avcodec/h264: Set CORRUPT flag on output frames that are not fully recovered

2015-12-07 Thread Sebastian Dröge
From: Sebastian Dröge In the merge commit 78265fcfeee153e5e26ad4dbc7831a84ade447d6 this behaviour was broken and the CORRUPT flag would never ever be set on a frame. However the flag on the AVCodecContext was taken into account properly, including

Re: [FFmpeg-devel] [PATCH] avcodec/h264: Set CORRUPT flag on output frames that are not fully recovered

2015-12-07 Thread Michael Niedermayer
On Mon, Dec 07, 2015 at 11:06:38AM +0200, Sebastian Dröge wrote: > From: Sebastian Dröge > > In the merge commit 78265fcfeee153e5e26ad4dbc7831a84ade447d6 this behaviour > was broken and the CORRUPT flag would never ever be set on a frame. However > the flag on the