comparison mplayer.c @ 18231:697fe7e93bed

Kill an unused variable warning.
author diego
date Sun, 23 Apr 2006 23:14:58 +0000
parents fcf90803a951
children 6ce77dda13a5
comparison
equal deleted inserted replaced
18230:d1b308e2e693 18231:697fe7e93bed
2281 2281
2282 int delay_corrected=1; 2282 int delay_corrected=1;
2283 2283
2284 // movie info: 2284 // movie info:
2285 2285
2286 #ifdef HAVE_RTC
2286 int rtc_fd=-1; 2287 int rtc_fd=-1;
2288 #endif
2287 2289
2288 int opt_exit = 0; // flag indicating whether mplayer should exit without playing anything 2290 int opt_exit = 0; // flag indicating whether mplayer should exit without playing anything
2289 2291
2290 //float a_frame=0; // Audio 2292 //float a_frame=0; // Audio
2291 2293