view mpcommon.h @ 23478:8fae00da2059

RGB8/BGR8 IMGFMTs are paletted in case of swscale input. Actually they are also for output, but swscale does not support PIX_FMT_PAL8 output.
author reimar
date Thu, 07 Jun 2007 19:11:25 +0000
parents 5bf6c178f09a
children 0491b2db2777
line wrap: on
line source

extern double sub_last_pts;
#ifdef USE_ASS
extern ass_track_t *ass_track;
#endif
extern sub_data *subdata;
extern subtitle *vo_sub_last;
void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset);