[svn] / branches / dev-api-4 / xvidcore / src / plugins / plugin_single.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/plugins/plugin_single.c

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

revision 1014, Mon May 12 12:33:16 2003 UTC revision 1032, Sat May 17 13:37:49 2003 UTC
# Line 20  Line 20 
20   * along with this program; if not, write to the Free Software   * along with this program; if not, write to the Free Software
21   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22   *   *
23   * $Id: plugin_single.c,v 1.1.2.1 2003-05-12 12:33:16 suxen_drol Exp $   * $Id: plugin_single.c,v 1.1.2.2 2003-05-17 13:36:38 suxen_drol Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# 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.1014  
changed lines
  Added in v.1032

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