changeset 24928:62b57875bb28

Replace some Hungarian comments, thanks to Denes Balatoni for the translation.
author diego
date Sat, 03 Nov 2007 14:56:26 +0000
parents de9234096ef2
children ea73d155ef00
files codec-cfg.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Sat Nov 03 14:50:33 2007 +0000
+++ b/codec-cfg.c	Sat Nov 03 14:56:26 2007 +0000
@@ -349,14 +349,14 @@
 	}
 
 #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)