[FFmpeg-devel] [PATCH V2 2/2] Don't overwrite previously setup dimensions for all codecs

Li, Zhong zhong.li at intel.com
Fri Jan 19 05:28:38 EET 2018


> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces at ffmpeg.org] On Behalf
> Of Carl Eugen Hoyos
> Sent: Thursday, January 18, 2018 5:26 PM
> To: FFmpeg development discussions and patches
> <ffmpeg-devel at ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH V2 2/2] Don't overwrite previously setup
> dimensions for all codecs
> 
> 2018-01-18 6:03 GMT+01:00 Zhong Li <zhong.li at intel.com>:
> > Currently a hacky way is used for some specific codecs such as
> > H264/VP6F/DXV
> 
> > (and "lowres" case is broken now).
> 
> How can I reproduce this?

Just infer from the code. The logic is different between H264/VP6F/DXV and non-H264/VP6F/DXV if lowres is enable.
(Maybe there is somewhere else to handle H264/VP6F/DXV lowres cases and make it work as expectation?)
Please correct me if I am wrong and I am happy to update the commit message.
BTW, there is a typo in the patch (lowles->lowres). Fixed locally but forgot to submit : (. 


More information about the ffmpeg-devel mailing list