From cde59e913f2c1c2cca27d10daddb54b4de6cc90a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 19 Aug 2012 18:11:53 +0200 Subject: core: move implementation for -audiofile to the frontend This should behave as before, with the same set of caveats. --- timeline/tl_matroska.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timeline/tl_matroska.c') diff --git a/timeline/tl_matroska.c b/timeline/tl_matroska.c index 46c6d80ae4..4edc8d494e 100644 --- a/timeline/tl_matroska.c +++ b/timeline/tl_matroska.c @@ -141,7 +141,7 @@ static int find_ordered_chapter_sources(struct MPContext *mpctx, if (!s) continue; struct demuxer *d = demux_open_withparams(&mpctx->opts, s, - DEMUXER_TYPE_MATROSKA, mpctx->opts.audio_id, + DEMUXER_TYPE_MATROSKA, NULL, mpctx->opts.audio_id, mpctx->opts.video_id, mpctx->opts.sub_id, filenames[i], &(struct demuxer_params){.matroska_wanted_uids = uid_map}); -- cgit v1.2.3