[x264-devel] BOGUE - encoder / macroblock.c line 1178 !!!
Jason Garrett-Glaser
jason at x264.com
Fri Feb 11 22:47:42 CET 2011
On Thu, Feb 10, 2011 at 4:26 PM, bernard theis
<bernard.theis at laposte.net> wrote:
> Hello,
>
> I've found an empty controlled statement in file /
> x264-snapshot-20110130-2245 / encoder / macroblock.c [ line 1178 ]
> is this your intent ?
>
>
>>> if( h->mb.b_noise_reduction );
>>> h->quantf.denoise_dct( dct4x4, h->nr_residual_sum[2],
>>> h->nr_offset[2], 16 );
>>> dct4x4[0] = 0;
>
> Against
>
>>> if( h->mb.b_noise_reduction )
>>> h->quantf.denoise_dct( dct4x4, h->nr_residual_sum[2],
>>> h->nr_offset[2], 16 );
>>> dct4x4[0] = 0;
>
>
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> http://mailman.videolan.org/listinfo/x264-devel
>
>
It's a bug, but didn't cause serious problems. Fixed locally.
Jason
More information about the x264-devel
mailing list