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

Diff of /xvidcore/src/plugins/plugin_2pass2.c

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

revision 1.7, Sun Mar 27 03:59:42 2005 UTC revision 1.8, Wed Jul 1 09:25:38 2009 UTC
# Line 954  Line 954 
954          /* We are done with the file */          /* We are done with the file */
955          fclose(f);          fclose(f);
956    
957          return(0);          if (!rc->num_keyframes) return (-1); /* No keyframes? Then something is wrong */
958            else return(0);
959  }  }
960    
961  /* open stats file(s) and read into rc->stats array */  /* open stats file(s) and read into rc->stats array */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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