[x264-devel] BOGUE - encoder / macroblock.c line 1178 !!!

bernard theis bernard.theis at laposte.net
Fri Feb 11 01:26:49 CET 2011


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;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20110211/81bb6379/attachment.html>


More information about the x264-devel mailing list