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

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

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

revision 1.1.2.1, Mon May 12 12:33:16 2003 UTC revision 1.1.2.2, Sat May 17 13:36:38 2003 UTC
# Line 126  Line 126 
126          *handle = rc;          *handle = rc;
127    
128          /* A bit of debug info */          /* A bit of debug info */
129          DPRINTF(DPRINTF_RC, "bytes_per_sec: %i\n", rc->bytes_per_sec);          DPRINTF(XVID_DEBUG_RC, "bytes_per_sec: %i\n", rc->bytes_per_sec);
130          DPRINTF(DPRINTF_RC, "frame rate   : %f\n", (double) create->fbase / create->fincr);          DPRINTF(XVID_DEBUG_RC, "frame rate   : %f\n", (double) create->fbase / create->fincr);
131          DPRINTF(DPRINTF_RC, "target_framesize: %f\n", rc->target_framesize);          DPRINTF(XVID_DEBUG_RC, "target_framesize: %f\n", rc->target_framesize);
132    
133          return (0);          return (0);
134  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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