summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-05 16:45:12 +0200
committerwm4 <wm4@nowhere>2014-07-05 17:07:14 +0200
commite4221f318936aa970eeb1d220d8deae95fb91d98 (patch)
tree92676116524064b02b4610679322978976df3775 /demux/demux.h
parent18e6d07612030d6163bf5ca08c7e4ed472bcfc5b (diff)
downloadmpv-e4221f318936aa970eeb1d220d8deae95fb91d98.tar.bz2
mpv-e4221f318936aa970eeb1d220d8deae95fb91d98.tar.xz
demux: move packet list functions
Move them to the only place where they are used, demux_subreader.c.
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 641afe6908..fce46faf31 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -280,13 +280,6 @@ struct sh_stream *demuxer_stream_by_demuxer_id(struct demuxer *d,
bool demuxer_stream_is_selected(struct demuxer *d, struct sh_stream *stream);
bool demuxer_stream_has_packets_queued(struct demuxer *d, struct sh_stream *stream);
-void demux_packet_list_sort(struct demux_packet **pkts, int num_pkts);
-void demux_packet_list_seek(struct demux_packet **pkts, int num_pkts,
- int *current, float rel_seek_secs, int flags);
-double demux_packet_list_duration(struct demux_packet **pkts, int num_pkts);
-struct demux_packet *demux_packet_list_fill(struct demux_packet **pkts,
- int num_pkts, int *current);
-
bool demux_matroska_uid_cmp(struct matroska_segment_uid *a,
struct matroska_segment_uid *b);