394 |
|
|
395 |
if (codec->config.interlacing) |
if (codec->config.interlacing) |
396 |
frame.general |= XVID_INTERLACING; |
frame.general |= XVID_INTERLACING; |
397 |
|
|
398 |
|
// added by koepi for gruel's greyscale_mode |
399 |
|
if (codec->config.greyscale) |
400 |
|
frame.general |= XVID_GREYSCALE; |
401 |
|
|
402 |
|
// end of koepi's addition |
403 |
|
|
404 |
// fix 1pass modes/hinted MV by koepi |
// fix 1pass modes/hinted MV by koepi |
405 |
if (codec->config.hinted_me && (codec->config.mode == DLG_MODE_CBR || codec->config.mode == DLG_MODE_VBR_QUAL || codec->config.mode == DLG_MODE_VBR_QUANT)) |
if (codec->config.hinted_me && (codec->config.mode == DLG_MODE_CBR || codec->config.mode == DLG_MODE_VBR_QUAL || codec->config.mode == DLG_MODE_VBR_QUANT)) |
406 |
{ |
{ |