From e4221f318936aa970eeb1d220d8deae95fb91d98 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 5 Jul 2014 16:45:12 +0200 Subject: demux: move packet list functions Move them to the only place where they are used, demux_subreader.c. --- demux/demux.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'demux/demux.h') 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); -- cgit v1.2.3