comparison 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
comparison
equal deleted inserted replaced
18241:b19dada1aeeb 18242:caac2ca98168
282 } 282 }
283 #endif 283 #endif
284 284
285 void ds_free_packs(demux_stream_t *ds); 285 void ds_free_packs(demux_stream_t *ds);
286 int ds_get_packet(demux_stream_t *ds,unsigned char **start); 286 int ds_get_packet(demux_stream_t *ds,unsigned char **start);
287 int ds_get_packet_pts(demux_stream_t *ds, unsigned char **start, double *pts);
287 int ds_get_packet_sub(demux_stream_t *ds,unsigned char **start); 288 int ds_get_packet_sub(demux_stream_t *ds,unsigned char **start);
288 float ds_get_next_pts(demux_stream_t *ds); 289 float ds_get_next_pts(demux_stream_t *ds);
289 290
290 // This is defined here because demux_stream_t ins't defined in stream.h 291 // This is defined here because demux_stream_t ins't defined in stream.h
291 stream_t* new_ds_stream(demux_stream_t *ds); 292 stream_t* new_ds_stream(demux_stream_t *ds);