--- xvid.c 2002/09/04 22:07:07 1.34 +++ xvid.c 2002/09/04 22:08:45 1.36 @@ -28,6 +28,8 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * $Id: xvid.c,v 1.36 2002/09/04 22:08:45 edgomez Exp $ + * ****************************************************************************/ #include "xvid.h" @@ -462,12 +464,6 @@ { switch (opt) { 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 return encoder_encode((Encoder *) handle, (XVID_ENC_FRAME *) param1, (XVID_ENC_STATS *) param2);