# HG changeset patch # User diego # Date 1194101786 0 # Node ID 62b57875bb28af9d285cefa71c4548fe53695216 # Parent de9234096ef20169e7533fa421c70660f804d349 Replace some Hungarian comments, thanks to Denes Balatoni for the translation. diff -r de9234096ef2 -r 62b57875bb28 codec-cfg.c --- 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)