changeset 30382:a16c4f8a1614

Add forgotten declaration of ds_clear_parser.
author reimar
date Sun, 24 Jan 2010 17:05:53 +0000
parents 8a2219bf8ac7
children 0bc34f21039e
files libmpdemux/demuxer.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demuxer.h	Sun Jan 24 16:38:46 2010 +0000
+++ b/libmpdemux/demuxer.h	Sun Jan 24 17:05:53 2010 +0000
@@ -383,6 +383,7 @@
 int ds_get_packet_sub(demux_stream_t *ds,unsigned char **start);
 double ds_get_next_pts(demux_stream_t *ds);
 int ds_parse(demux_stream_t *sh, uint8_t **buffer, int *len, double pts, off_t pos);
+void ds_clear_parser(demux_stream_t *sh);
 
 // This is defined here because demux_stream_t ins't defined in stream.h
 stream_t* new_ds_stream(demux_stream_t *ds);