comparison mplayer.c @ 7472:c4434bdf6e51

tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
author arpi
date Sun, 22 Sep 2002 02:33:28 +0000
parents fdf31bb0450f
children 44198b2f42db
comparison
equal deleted inserted replaced
7471:5e56ce70b551 7472:c4434bdf6e51
129 #include "stheader.h" 129 #include "stheader.h"
130 #include "parse_es.h" 130 #include "parse_es.h"
131 131
132 #include "libmpcodecs/dec_audio.h" 132 #include "libmpcodecs/dec_audio.h"
133 #include "libmpcodecs/dec_video.h" 133 #include "libmpcodecs/dec_video.h"
134 //#include "libmpcodecs/vf.h"
134 135
135 //**************************************************************************// 136 //**************************************************************************//
136 //**************************************************************************// 137 //**************************************************************************//
137 138
138 // Common FIFO functions, and keyboard/event FIFO code 139 // Common FIFO functions, and keyboard/event FIFO code
489 490
490 int delay_corrected=1; 491 int delay_corrected=1;
491 //char* title="MPlayer"; 492 //char* title="MPlayer";
492 493
493 // movie info: 494 // movie info:
494 int out_fmt=0;
495 int eof=0; 495 int eof=0;
496 496
497 int osd_function=OSD_PLAY; 497 int osd_function=OSD_PLAY;
498 int osd_last_pts=-303; 498 int osd_last_pts=-303;
499 int osd_show_av_delay = 0; 499 int osd_show_av_delay = 0;