comparison mplayer.c @ 4738:77519b9ac057

Screenshot on the fly
author nick
date Sun, 17 Feb 2002 09:25:09 +0000
parents 5bad0d74f6ea
children d3a52470594c
comparison
equal deleted inserted replaced
4737:32e1f5042f65 4738:77519b9ac057
2195 rel_seek_secs=0.99*(float)(c-'1')/7.0; 2195 rel_seek_secs=0.99*(float)(c-'1')/7.0;
2196 abs_seek_pos=3; 2196 abs_seek_pos=3;
2197 printf("ABS seek to %5.3f \n",rel_seek_secs); 2197 printf("ABS seek to %5.3f \n",rel_seek_secs);
2198 break; 2198 break;
2199 #else 2199 #else
2200 #ifndef USE_LIBVO2
2201 /* User wants to have screen shot */
2202 case 'S':
2203 case 's':
2204 video_out->control(VOCTRL_SCREENSHOT, NULL);
2205 break;
2206 #endif
2200 // Contrast: 2207 // Contrast:
2201 case '1': 2208 case '1':
2202 case '2': 2209 case '2':
2203 if(c=='2'){ 2210 if(c=='2'){
2204 if ( ++v_cont > 100 ) v_cont = 100; 2211 if ( ++v_cont > 100 ) v_cont = 100;