summaryrefslogtreecommitdiffstats
path: root/stream/stream_cdda.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_cdda.c')
-rw-r--r--stream/stream_cdda.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c
index 090c439987..375f1ebba3 100644
--- a/stream/stream_cdda.c
+++ b/stream/stream_cdda.c
@@ -83,8 +83,10 @@ const struct m_sub_options stream_cdda_conf = {
OPT_INT("toc-bias", toc_bias, 0),
OPT_INT("toc-offset", toc_offset, 0),
OPT_FLAG("skip", skip, 0),
- OPT_INTPAIR("span", span, 0),
+ OPT_INT("span-a", span[0], 0),
+ OPT_INT("span-b", span[1], 0),
OPT_FLAG("cdtext", cdtext, 0),
+ OPT_REMOVED("span", "use span-a/span-b"),
{0}
},
.size = sizeof(struct cdda_params),