[FFmpeg-devel] [PATCH]v408 decoder and encoder

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jan 30 10:35:03 CET 2012


Paul B Mahol <onemda <at> gmail.com> writes:

> > +    if (avctx->width & 1)
> > +        av_log(avctx, AV_LOG_WARNING, "v408 requires width to be even.\n");
> 
> Hmm is this really correct? what happens if you encode uneven width?

That is not allowed by the QuickTime specification:
... horiz_align_pixels is 2 ...

Carl Eugen



More information about the ffmpeg-devel mailing list