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

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

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

revision 1875, Tue Jun 9 07:48:57 2009 UTC revision 1876, Wed Jul 1 09:25:38 2009 UTC
# Line 25  Line 25 
25   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
26   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
27   *   *
28   * $Id: plugin_2pass2.c,v 1.7 2005-03-27 03:59:42 suxen_drol Exp $   * $Id: plugin_2pass2.c,v 1.8 2009-07-01 09:25:38 Isibaar Exp $
29   *   *
30   *****************************************************************************/   *****************************************************************************/
31    
# 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.1875  
changed lines
  Added in v.1876

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