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

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

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

revision 1.1.2.5, Mon Jun 9 13:55:07 2003 UTC revision 1.1.2.6, Tue Jul 29 23:02:34 2003 UTC
# Line 48  Line 48 
48          rc_2pass1_t * rc;          rc_2pass1_t * rc;
49    
50      /* check filename */      /* check filename */
51      if (param->filename == NULL || param->filename[0] == '\0')      if ((param->filename == NULL) ||
52                    (param->filename != NULL && param->filename[0] == '\0'))
53          return XVID_ERR_FAIL;          return XVID_ERR_FAIL;
54    
55      /* allocate context struct */      /* allocate context struct */

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

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