[FFmpeg-devel] [PATCH v4] avcodec: Cineform HD Decoder

Moritz Barsnick barsnick at gmx.net
Thu Jan 28 23:06:59 CET 2016


Cosmetic nerd nit:

> +            av_log(avctx, AV_LOG_DEBUG, "large len %x \n", ((tagu & 0xff) << 16) | data);
> +        } else if (tag == 20) {
> +            av_log(avctx, AV_LOG_DEBUG, "Width %"PRIu16" \n", data);
                                                           ^
You're logging a lot of trailing whitespace throughout most of your
av_log() calls.

Moritz


More information about the ffmpeg-devel mailing list