summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index ef313016c3..8283ebce6d 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -349,14 +349,14 @@ static int validate_codec(codecs_t *c, int type)
}
#if 0
-#warning codec->driver == 4;... <- ezt nem kellene belehegeszteni...
-#warning HOL VANNAK DEFINIALVA????????????
+#warning codec->driver == 4;... <- this shouldn't be put in here...
+#warning Where are they defined ????????????
if (!c->dll && (c->driver == 4 ||
(c->driver == 2 && type == TYPE_VIDEO))) {
mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecNeedsDLL, c->name);
return 0;
}
-#warning guid.f1 lehet 0? honnan lehet tudni, hogy nem adtak meg?
+#warning Can guid.f1 be 0? How does one know that it was not given?
// if (!(codec->flags & CODECS_FLAG_AUDIO) && codec->driver == 4)
if (type == TYPE_VIDEO)