Re: [FFmpeg-devel] [PATCH 3/3] merge compute initialQP sections

2015-09-11 Thread Carl Eugen Hoyos
On Friday 11 September 2015 02:32:32 pm Timo Rothenpieler wrote: > >> -ctx->encode_config.rcParams.enableMinQP = 1; > >> -ctx->encode_config.rcParams.enableMaxQP = 1; > >> > >> +ctx->encode_config.rcParams.enableMinQP = 1; > >> +ctx->encode_config.rcParams.en

Re: [FFmpeg-devel] [PATCH 3/3] merge compute initialQP sections

2015-09-11 Thread Timo Rothenpieler
-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

Re: [FFmpeg-devel] [PATCH 3/3] merge compute initialQP sections

2015-09-11 Thread Carl Eugen Hoyos
Agatha Hu nvidia.com> writes: > -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 line