Re: [FFmpeg-devel] [PATCH 14/14] h264dec: do not set picture_structure on init

2020-04-06 Thread Michael Niedermayer
On Fri, Mar 27, 2020 at 01:57:48PM +0100, Anton Khirnov wrote: > This has been cargo culted from mpegvideo and serves no useful purpose. > It will be initialize correctly in h264_field_start() > --- > libavcodec/h264dec.c | 1 - > 1 file changed, 1 deletion(-) LGTM thx [...] -- Michael Gnu

[FFmpeg-devel] [PATCH 14/14] h264dec: do not set picture_structure on init

2020-03-27 Thread Anton Khirnov
This has been cargo culted from mpegvideo and serves no useful purpose. It will be initialize correctly in h264_field_start() --- libavcodec/h264dec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index 7679567548..57f4fec3ca 100644 --- a/libavcodec