summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvd.c')
-rw-r--r--stream/stream_dvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c
index 11eab33d4c..9bf749ff79 100644
--- a/stream/stream_dvd.c
+++ b/stream/stream_dvd.c
@@ -156,7 +156,7 @@ static struct m_struct_st stream_opts = {
stream_opts_fields
};
-int dvd_parse_chapter_range(m_option_t *conf, const char *range) {
+int dvd_parse_chapter_range(const m_option_t *conf, const char *range) {
const char *s;
char *t;
if (!range)