Kostya,<br>Is this needed any more? <br><br><table cellpadding="0" cellspacing="0"><tbody><tr><td id="l2147"><a href="http://svn.mplayerhq.hu/soc/rv40/rv40.c?annotate=1352&amp;pathrev=1352#l2147">2147</a></td>
<td class="vc_diff_nochange">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if(r-&gt;rv30)</td>
<td class="vc_diff_nochange">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if(r-&gt;rv30)</td>
</tr>












<tr>

<td id="l2148"><a href="http://svn.mplayerhq.hu/soc/rv40/rv40.c?annotate=1352&amp;pathrev=1352#l2148">2148</a></td>


<td class="vc_diff_change">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rv30_decode_slice(r, r-&gt;si.size, r-&gt;si.end, &amp;last);</td>


<td class="vc_diff_change">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rv40_decode_slice(r, r-&gt;si.size, r-&gt;si.end, &amp;last);</td>

</tr>












<tr>
<td id="l2149"><a href="http://svn.mplayerhq.hu/soc/rv40/rv40.c?annotate=1352&amp;pathrev=1352#l2149">2149</a></td>
<td class="vc_diff_nochange">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else</td>
<td class="vc_diff_nochange">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else</td>
</tr>















<tr>
<td id="l2150"><a href="http://svn.mplayerhq.hu/soc/rv40/rv40.c?annotate=1352&amp;pathrev=1352#l2150">2150</a></td>
<td class="vc_diff_nochange">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rv40_decode_slice(r, r-&gt;si.size, r-&gt;si.end, &amp;last);</td>
<td class="vc_diff_nochange">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rv40_decode_slice(r, r-&gt;si.size, r-&gt;si.end, &amp;last);</td></tr></tbody></table><br><br>The if statement does the same thing in both cases, can&#39;t it be changed just to 
<br>&nbsp;rv40_decode_slice(r, r-&gt;si.size, r-&gt;si.end, &amp;last);<br><br>Rodion Kosovsky<br>