Mercurial > mplayer.hg
comparison codec-cfg.c @ 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 | 8fcfdfcd6c41 |
children | 4fc6e60dac36 |
comparison
equal
deleted
inserted
replaced
24927:de9234096ef2 | 24928:62b57875bb28 |
---|---|
347 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecLacksDriver, c->name); | 347 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecLacksDriver, c->name); |
348 return 0; | 348 return 0; |
349 } | 349 } |
350 | 350 |
351 #if 0 | 351 #if 0 |
352 #warning codec->driver == 4;... <- ezt nem kellene belehegeszteni... | 352 #warning codec->driver == 4;... <- this shouldn't be put in here... |
353 #warning HOL VANNAK DEFINIALVA???????????? | 353 #warning Where are they defined ???????????? |
354 if (!c->dll && (c->driver == 4 || | 354 if (!c->dll && (c->driver == 4 || |
355 (c->driver == 2 && type == TYPE_VIDEO))) { | 355 (c->driver == 2 && type == TYPE_VIDEO))) { |
356 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecNeedsDLL, c->name); | 356 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecNeedsDLL, c->name); |
357 return 0; | 357 return 0; |
358 } | 358 } |
359 #warning guid.f1 lehet 0? honnan lehet tudni, hogy nem adtak meg? | 359 #warning Can guid.f1 be 0? How does one know that it was not given? |
360 // if (!(codec->flags & CODECS_FLAG_AUDIO) && codec->driver == 4) | 360 // if (!(codec->flags & CODECS_FLAG_AUDIO) && codec->driver == 4) |
361 | 361 |
362 if (type == TYPE_VIDEO) | 362 if (type == TYPE_VIDEO) |
363 if (c->outfmt[0] == 0xffffffff) { | 363 if (c->outfmt[0] == 0xffffffff) { |
364 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecNeedsOutfmt, c->name); | 364 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecNeedsOutfmt, c->name); |