[MPlayer-cvslog] r24956 - trunk/codec-cfg.c
diego
subversion at mplayerhq.hu
Sat Nov 3 15:56:26 CET 2007
Author: diego
Date: Sat Nov 3 15:56:26 2007
New Revision: 24956
Log:
Replace some Hungarian comments, thanks to Denes Balatoni for the translation.
Modified:
trunk/codec-cfg.c
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c (original)
+++ trunk/codec-cfg.c Sat Nov 3 15:56:26 2007
@@ -349,14 +349,14 @@ static int validate_codec(codecs_t *c, i
}
#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)
More information about the MPlayer-cvslog
mailing list