comparison mplayer.c @ 6183:a4bbda72ce86

fix two small bug and add multimedia keyboard support ( i tested with Acer AirKey V only )
author pontscho
date Sat, 25 May 2002 09:46:37 +0000
parents 020bfd8ac9ef
children 7e769ea2acc7
comparison
equal deleted inserted replaced
6182:17a410342277 6183:a4bbda72ce86
1932 audio_out->resume(); // resume audio 1932 audio_out->resume(); // resume audio
1933 if (video_out && sh_video && vo_config_count) 1933 if (video_out && sh_video && vo_config_count)
1934 video_out->control(VOCTRL_RESUME, NULL); // resume video 1934 video_out->control(VOCTRL_RESUME, NULL); // resume video
1935 (void)GetRelativeTime(); // keep TF around FT in next cycle 1935 (void)GetRelativeTime(); // keep TF around FT in next cycle
1936 #ifdef HAVE_NEW_GUI 1936 #ifdef HAVE_NEW_GUI
1937 if (use_gui) guiGetEvent( guiCEvent,(char *)guiSetPlay ); 1937 if (use_gui)
1938 {
1939 if ( guiIntfStruct.Playing == guiSetStop ) goto goto_next_file;
1940 guiGetEvent( guiCEvent,(char *)guiSetPlay );
1941 }
1938 #endif 1942 #endif
1939 } 1943 }
1940 1944
1941 // handle -sstep 1945 // handle -sstep
1942 if(step_sec>0) { 1946 if(step_sec>0) {