Parent Directory
|
Revision Log
|
Patch
revision 1.34, Wed Sep 4 22:07:07 2002 UTC | revision 1.35, Wed Sep 4 22:07:54 2002 UTC | |
---|---|---|
# | Line 462 | Line 462 |
462 | { | { |
463 | switch (opt) { | switch (opt) { |
464 | case XVID_ENC_ENCODE: | case XVID_ENC_ENCODE: |
#ifdef BFRAMES | ||
if (((Encoder *) handle)->mbParam.max_bframes >= 0) | ||
return encoder_encode_bframes((Encoder *) handle, (XVID_ENC_FRAME *) param1, | ||
(XVID_ENC_STATS *) param2); | ||
else | ||
#endif | ||
465 | return encoder_encode((Encoder *) handle, (XVID_ENC_FRAME *) param1, | return encoder_encode((Encoder *) handle, (XVID_ENC_FRAME *) param1, |
466 | (XVID_ENC_STATS *) param2); | (XVID_ENC_STATS *) param2); |
467 |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |