summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwnoun <wnoun@outlook.com>2019-04-07 21:10:52 +0800
committerwm4 <1387750+wm4@users.noreply.github.com>2019-09-21 15:18:20 +0200
commit1c43920fb85387aaf7267b4b79dc829896bd610d (patch)
treebff1cfc4a593fe44660e0775d1b26abc5ad84459 /options/options.c
parenta35da6612e8aed997da1c5322df0c8f0b88ff3e3 (diff)
downloadmpv-1c43920fb85387aaf7267b4b79dc829896bd610d.tar.bz2
mpv-1c43920fb85387aaf7267b4b79dc829896bd610d.tar.xz
demux_cue: auto-detect CUE sheet charset
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c
index b775c23307..4491ceb2ba 100644
--- a/options/options.c
+++ b/options/options.c
@@ -65,6 +65,7 @@ extern const struct m_sub_options demux_rawaudio_conf;
extern const struct m_sub_options demux_rawvideo_conf;
extern const struct m_sub_options demux_lavf_conf;
extern const struct m_sub_options demux_mkv_conf;
+extern const struct m_sub_options demux_cue_conf;
extern const struct m_sub_options vd_lavc_conf;
extern const struct m_sub_options ad_lavc_conf;
extern const struct m_sub_options input_config;
@@ -527,6 +528,7 @@ const m_option_t mp_opts[] = {
OPT_SUBSTRUCT("demuxer-rawaudio", demux_rawaudio, demux_rawaudio_conf, 0),
OPT_SUBSTRUCT("demuxer-rawvideo", demux_rawvideo, demux_rawvideo_conf, 0),
OPT_SUBSTRUCT("demuxer-mkv", demux_mkv, demux_mkv_conf, 0),
+ OPT_SUBSTRUCT("demuxer-cue", demux_cue, demux_cue_conf, 0),
// ------------------------- subtitles options --------------------