diff libmpdemux/demuxer.h @ 18242:caac2ca98168

4 - Implement a better way to calculate current audio pts and use it for audio decoded with ad_libvorbis, ad_ffmpeg and ad_faad. Patch by Uoti Urpala
author rtognimp
date Mon, 24 Apr 2006 10:58:40 +0000
parents b19dada1aeeb
children 87161f96fa66
line wrap: on
line diff
--- a/libmpdemux/demuxer.h	Mon Apr 24 10:36:29 2006 +0000
+++ b/libmpdemux/demuxer.h	Mon Apr 24 10:58:40 2006 +0000
@@ -284,6 +284,7 @@
 
 void ds_free_packs(demux_stream_t *ds);
 int ds_get_packet(demux_stream_t *ds,unsigned char **start);
+int ds_get_packet_pts(demux_stream_t *ds, unsigned char **start, double *pts);
 int ds_get_packet_sub(demux_stream_t *ds,unsigned char **start);
 float ds_get_next_pts(demux_stream_t *ds);