comparison mplayer.c @ 1382:9e8781a3eefc

grab.mpg fixed
author arpi
date Mon, 23 Jul 2001 20:02:58 +0000
parents dbcb5b5e1fae
children 2bf9c561b01d
comparison
equal deleted inserted replaced
1381:095fe15f336f 1382:9e8781a3eefc
949 float c_total=0; 949 float c_total=0;
950 float max_pts_correction=0;//default_max_pts_correction; 950 float max_pts_correction=0;//default_max_pts_correction;
951 int eof=0; 951 int eof=0;
952 int force_redraw=0; 952 int force_redraw=0;
953 float num_frames=0; // number of frames played 953 float num_frames=0; // number of frames played
954 int grab_frames=1; 954 int grab_frames=0;
955 char osd_text_buffer[64]; 955 char osd_text_buffer[64];
956 int drop_frame=0; 956 int drop_frame=0;
957 int drop_frame_cnt=0; 957 int drop_frame_cnt=0;
958 958
959 #ifdef HAVE_LIRC 959 #ifdef HAVE_LIRC