[FFmpeg-devel] [PATCH 3/3] merge compute initialQP sections
Timo Rothenpieler
timo at rothenpieler.org
Fri Sep 11 14:32:32 CEST 2015
>> - ctx->encode_config.rcParams.enableMinQP = 1;
>> - ctx->encode_config.rcParams.enableMaxQP = 1;
>
>> + ctx->encode_config.rcParams.enableMinQP = 1;
>> + ctx->encode_config.rcParams.enableMaxQP = 1;
>
> If you do not reindent these lines in the same patch,
> the changes get much easier to read and review.
>
> Carl Eugen
But the indentation level of those lines changed in this patch, moving
them around is the entire point of this patch.
More information about the ffmpeg-devel
mailing list