comparison find_sub.c @ 5638:86663f1b9b00

new osd code, use osd objs to follow changes and do minimal updates
author arpi
date Mon, 15 Apr 2002 19:17:12 +0000
parents 156482788caf
children b1397d95471f
comparison
equal deleted inserted replaced
5637:6890819bc0dc 5638:86663f1b9b00
34 if(key>nosub_range_start && key<nosub_range_end) return; // OK! 34 if(key>nosub_range_start && key<nosub_range_end) return; // OK!
35 } 35 }
36 // sub changed! 36 // sub changed!
37 37
38 /* Tell the OSD subsystem that the OSD contents will change soon */ 38 /* Tell the OSD subsystem that the OSD contents will change soon */
39 vo_osd_changed(1); 39 vo_osd_changed(OSDTYPE_SUBTITLE);
40 40
41 if(key<=0){ 41 if(key<=0){
42 vo_sub=NULL; // no sub here 42 vo_sub=NULL; // no sub here
43 return; 43 return;
44 } 44 }