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

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue Dec 13 19:49:37 CET 2011


On 13/12/2011 1:46 PM, Reimar Döffinger wrote:
>> +    avctx->bits_per_raw_sample = 10;
>> +
>> +    if (avctx->width&  1) {
> Trailing whitespace (line in the middle) can not be committed,
> try running patcheck.

Yup. Notice and fixed. Thanks for the point towards patcheck.

>
>> +            val  = u[j]<<  2;;
> One ; is enough.

Someone on the fork pointed it out too, so, fixed. Typo :).

- Derek


More information about the ffmpeg-devel mailing list