==493== Conditional jump or move depends on uninitialised value(s)<br>==493==    at 0x47AA07: x264_me_search_ref (in /usr/local/bin/ffmpeg)<br>==493== <br>==493== Conditional jump or move depends on uninitialised value(s)<br>
==493==    at 0x47B3E1: x264_me_search_ref (in /usr/local/bin/ffmpeg)<br><br> 164     int omx, omy, pmx, pmy;<br>...<br> 239             if( (bmx == omx) &amp; (bmy == omy) )<br> 240                 break;<br><br>omx and omy are not initialized.<br>
<br>Regards,<br>jh<br>