summaryrefslogtreecommitdiffstats
path: root/timeline/tl_matroska.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-19 18:11:53 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:04:45 +0200
commitcde59e913f2c1c2cca27d10daddb54b4de6cc90a (patch)
treeb1e97bb2977e50e6d0466c698fcc8b4530113dd8 /timeline/tl_matroska.c
parent0f155921b046c9e6cfed3fe601aa891c2d2a8b16 (diff)
downloadmpv-cde59e913f2c1c2cca27d10daddb54b4de6cc90a.tar.bz2
mpv-cde59e913f2c1c2cca27d10daddb54b4de6cc90a.tar.xz
core: move implementation for -audiofile to the frontend
This should behave as before, with the same set of caveats.
Diffstat (limited to 'timeline/tl_matroska.c')
-rw-r--r--timeline/tl_matroska.c2
1 files changed, 1 insertions, 1 deletions
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});