<p>hi,all. I download the source code of MPlayer-1.0pre7 and configure with the "./configure --enable-debug=1" in cygwin.When the whole project is compiled,I run :<br>gdb mplayer<br>(gdb) break mplayer.c:main<br>
Breakpoint 1 at 0x403904:file mplayer.c,line 2739<br>(gdb) list 2739<br>2734 while( !brk_cmd && (cmd = mp_input_get_cmd(0,0,0)) != NULL) {<br>2735 switch(cmd->id) {<br>2736 case MP_CMD_SEEK : {
<br>2737 float v;<br>2738 int abs;<br>2739 osd_show_percentage = 25;<br>2740 v = cmd->args[0].v.f;<br>2741 abs = (cmd->nargs > 1) ? cmd->args[1].v.i : 0;<br>2742 if(abs==2) { /* Absolute seek to a specific timestamp in seconds */
<br>2743 abs_seek_pos = 1;</p>
<p>the line 2739 is not the main() function (it should at line 1004).</p>
<p>I try again in MinGW,but the phenomena is the same.</p>
<div>Does anybody could tell me what's happen?</div>
<div> </div>
<div>Renzhong Xiao</div>