[x264-devel] multiple executions??

karthikeyan.s informkarthik at gmail.com
Fri Jan 12 13:20:38 CET 2007


Hi all
1)  i have pasted a gdb snapshot of x264.

2)  Can someone explain multiple execution of lines 1082,1087 etc etc.
(There are many such occations..only somelines are pasted..)

3)   `info threads` shows only _one_  thread.

4)    The instruction is not inside a loop.

---------
(gdb) step
Encode (param=0xbfffe5b0, opt=0xbfffe590) at x264.c:1082
1082        if( ( i_frame_total == 0 || param->i_frame_total < i_frame_total
)
(gdb) step
1080        i_frame_total = p_get_frame_total( opt->hin );
(gdb) info threads
* 1 Thread 1074147968 (LWP 3892)  Encode (param=0xbfffe5b0, opt=0xbfffe590)
    at x264.c:1080
(gdb) step
1082        if( ( i_frame_total == 0 || param->i_frame_total < i_frame_total
)
(gdb) step
1087        if( ( h = x264_encoder_open( param ) ) == NULL )
(gdb) step
1085        param->i_frame_total = i_frame_total;
(gdb) step
1087        if( ( h = x264_encoder_open( param ) ) == NULL )
---------

With Best Regards
karthik

M.Tech, EE Dept.
IITD (class of 2007)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20070112/993edcc6/attachment.htm 


More information about the x264-devel mailing list