comparison Gui/mplayer/play.c @ 1780:2e406cbf4f4b

optim fix ;))))))
author pontscho
date Thu, 30 Aug 2001 16:52:57 +0000
parents fcba80a2e79f
children e9ea2e9cf854
comparison
equal deleted inserted replaced
1779:5e905bf5d715 1780:2e406cbf4f4b
55 mplShMem->Playing=0; 55 mplShMem->Playing=0;
56 } 56 }
57 57
58 void mplPlay( void ) 58 void mplPlay( void )
59 { 59 {
60 if ( strlen( mplShMem->Filename ) == 0 ) return; 60 if ( mplShMem->Filename[0] == 0 ) return;
61 if ( mplShMem->Playing ) mplStop(); 61 if ( mplShMem->Playing ) mplStop();
62 // --- 62 // ---
63 printf("%%%%%% PLAY \n"); 63 printf("%%%%%% PLAY \n");
64 // --- 64 // ---
65 mplShMem->Playing=1; 65 mplShMem->Playing=1;