[FFmpeg-devel] [PATCH] huffyuv: do not decode/encode yuv colorspace with odd width

Paul B Mahol onemda at gmail.com
Fri Mar 23 09:46:31 CET 2012


On 3/23/12, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Fri, Mar 23, 2012 at 01:16:19AM +0000, Paul B Mahol wrote:
>>
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>>  libavcodec/huffyuv.c |   13 ++++++++++---
>>  1 files changed, 10 insertions(+), 3 deletions(-)
>
> applied
>
> Thanks

I think this should be handled in nicer way.

Is there any encoder/decoder which can make use of yuv4XY (X, Y < 4)
colorspace with odd width?

If not, just make this per-codec check somewhere else in lavu/lavc and
remove all this av_log() bloat in existing code.


More information about the ffmpeg-devel mailing list