From 37085788e4d25b9eba65e850b80c8184b51b0ad3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 5 Jul 2014 16:59:44 +0200 Subject: demux: minor simplification to internal API Also some other unrelated minor changes. --- demux/demux_disc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/demux_disc.c') diff --git a/demux/demux_disc.c b/demux/demux_disc.c index 2901bb596b..00bee15865 100644 --- a/demux/demux_disc.c +++ b/demux/demux_disc.c @@ -193,7 +193,7 @@ static int d_fill_buffer(demuxer_t *demuxer) pkt->stream_pts = pts; } - demuxer_add_packet(demuxer, sh, pkt); + demux_add_packet(sh, pkt); return 1; } -- cgit v1.2.3