comparison mplayer.c @ 21193:a067e7e18b50

support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
author ben
date Sat, 25 Nov 2006 11:20:02 +0000
parents ad7747bce52d
children c7b5dd2b2291
comparison
equal deleted inserted replaced
21192:1bcff3db7a7c 21193:a067e7e18b50
4694 !frame_time_remaining && end_at.pos <= sh_video->pts) 4694 !frame_time_remaining && end_at.pos <= sh_video->pts)
4695 eof = PT_NEXT_ENTRY; 4695 eof = PT_NEXT_ENTRY;
4696 4696
4697 } // end if(sh_video) 4697 } // end if(sh_video)
4698 4698
4699 #ifdef USE_DVDNAV
4700 if (stream->type == STREAMTYPE_DVDNAV) {
4701 extern int dvd_nav_hl_on;
4702
4703 if (dvd_nav_hl_on)
4704 vo_osd_changed (OSDTYPE_DVDNAV);
4705 }
4706 #endif
4707
4699 //============================ Handle PAUSE =============================== 4708 //============================ Handle PAUSE ===============================
4700 4709
4701 current_module="pause"; 4710 current_module="pause";
4702 4711
4703 if(osd_visible){ 4712 if(osd_visible){