[cvs] / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /xvidcore/src/xvid.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33.2.9, Fri Oct 11 23:18:37 2002 UTC revision 1.33.2.10, Sat Nov 2 16:11:07 2002 UTC
# Line 503  Line 503 
503  {  {
504          switch (opt) {          switch (opt) {
505          case XVID_ENC_ENCODE:          case XVID_ENC_ENCODE:
506  #ifdef BFRAMES  
507                  if (((Encoder *) handle)->mbParam.max_bframes >= 0)                  if (((Encoder *) handle)->mbParam.max_bframes >= 0)
508                  return encoder_encode_bframes((Encoder *) handle, (XVID_ENC_FRAME *) param1,                  return encoder_encode_bframes((Encoder *) handle, (XVID_ENC_FRAME *) param1,
509                                                            (XVID_ENC_STATS *) param2);                                                            (XVID_ENC_STATS *) param2);
510                  else                  else
 #endif  
511                  return encoder_encode((Encoder *) handle, (XVID_ENC_FRAME *) param1,                  return encoder_encode((Encoder *) handle, (XVID_ENC_FRAME *) param1,
512                                                            (XVID_ENC_STATS *) param2);                                                            (XVID_ENC_STATS *) param2);
513    

Legend:
Removed from v.1.33.2.9  
changed lines
  Added in v.1.33.2.10

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4