view mpcommon.h @ 22454:0f5455fc2d5d

removed unused definition of insertRTPData(); it's not only unused, but conceptually wrong as it passed extradata as first demux_packet to the corresponding demux_stream. Patch by Carl Eugen Hoyos
author nicodvb
date Mon, 05 Mar 2007 22:23:30 +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);