comparison mplayer.c @ 6015:04fe086ae486

vo_uninit fixed
author arpi
date Wed, 08 May 2002 19:21:36 +0000
parents 7f6e02a16ac4
children be9cd7d845c2
comparison
equal deleted inserted replaced
6014:4f0b13262397 6015:04fe086ae486
352 } 352 }
353 353
354 void exit_player(char* how){ 354 void exit_player(char* how){
355 355
356 uninit_player(INITED_ALL); 356 uninit_player(INITED_ALL);
357 vo_uninit(); 357 #ifdef X11_FULLSCREEN
358 vo_uninit(); // close the X11 connection (if any opened)
359 #endif
358 360
359 current_module="exit_player"; 361 current_module="exit_player";
360 362
361 if(how) mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_Exiting,mp_gettext(how)); 363 if(how) mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_Exiting,mp_gettext(how));
362 mp_msg(MSGT_CPLAYER,MSGL_DBG2,"max framesize was %d bytes\n",max_framesize); 364 mp_msg(MSGT_CPLAYER,MSGL_DBG2,"max framesize was %d bytes\n",max_framesize);