comparison mpcommon.h @ 26008:bd7f7c851f47

Fix compilation with ASS disabled
author reimar
date Wed, 20 Feb 2008 19:03:16 +0000
parents 429c8f64b810
children 4129c8cfa742
comparison
equal deleted inserted replaced
26007:429c8f64b810 26008:bd7f7c851f47
1 #ifndef MPCOMMON_H 1 #ifndef MPCOMMON_H
2 #define MPCOMMON_H 2 #define MPCOMMON_H
3 3
4 extern double sub_last_pts; 4 extern double sub_last_pts;
5 extern ass_track_t *ass_track; 5 extern struct ass_track_s *ass_track;
6 extern subtitle *vo_sub_last; 6 extern subtitle *vo_sub_last;
7 void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset); 7 void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset);
8 void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset); 8 void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset);
9 9
10 #endif /* MPCOMMON_H */ 10 #endif /* MPCOMMON_H */