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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c
index e3e1595619..5332311856 100644
--- a/stream/stream_dvd.c
+++ b/stream/stream_dvd.c
@@ -693,10 +693,10 @@ static int control(stream_t *stream,int cmd,void* arg)
struct stream_lang_req *req = arg;
int lang = 0;
switch(req->type) {
- case stream_ctrl_audio:
+ case STREAM_AUDIO:
lang = dvd_lang_from_aid(stream, req->id);
break;
- case stream_ctrl_sub:
+ case STREAM_SUB:
lang = dvd_lang_from_sid(stream, req->id);
break;
}