<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I've found an empty controlled statement in file <b>/
x264-snapshot-20110130-2245 / encoder / macroblock.c [ line 1178 ]
</b><br>
is this your intent ?<br>
<br>
<br>
>> if( h->mb.b_noise_reduction );<br>
>> h->quantf.denoise_dct( dct4x4,
h->nr_residual_sum[2], h->nr_offset[2], 16 );<br>
>> dct4x4[0] = 0;<br>
<br>
<big>Against </big><br>
<br>
>> if( h->mb.b_noise_reduction ) <br>
>> h->quantf.denoise_dct( dct4x4,
h->nr_residual_sum[2], h->nr_offset[2], 16 );<br>
>> dct4x4[0] = 0;<br>
<br>
</body>
</html>