Hi all<br>1)&nbsp; i have pasted a gdb snapshot of x264.<br><br>2)&nbsp; Can someone explain multiple execution of lines 1082,1087 etc etc. (There are many such occations..only somelines are pasted..)<br><br>3)&nbsp;&nbsp; `info threads` shows only _one_&nbsp; thread.
<br><br>4)&nbsp;&nbsp;&nbsp; The instruction is not inside a loop.<br><br>---------<br clear="all">(gdb) step<br>Encode (param=0xbfffe5b0, opt=0xbfffe590) at x264.c:1082<br>1082&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if( ( i_frame_total == 0 || param-&gt;i_frame_total &lt; i_frame_total )
<br>(gdb) step<br>1080&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i_frame_total = p_get_frame_total( opt-&gt;hin );<br>(gdb) info threads<br>* 1 Thread 1074147968 (LWP 3892)&nbsp; Encode (param=0xbfffe5b0, opt=0xbfffe590)<br>&nbsp;&nbsp;&nbsp; at x264.c:1080<br>(gdb) step<br>1082&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if( ( i_frame_total == 0 || param-&gt;i_frame_total &lt; i_frame_total )
<br>(gdb) step<br>1087&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if( ( h = x264_encoder_open( param ) ) == NULL )<br>(gdb) step<br>1085&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; param-&gt;i_frame_total = i_frame_total;<br>(gdb) step<br>1087&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if( ( h = x264_encoder_open( param ) ) == NULL )
<br>---------<br><br>With Best Regards<br>karthik<br><br>M.Tech, EE Dept.<br>IITD (class of 2007)<br>