[svn] / trunk / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/examples/xvid_encraw.c

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

revision 1398, Fri Apr 2 21:29:21 2004 UTC revision 1470, Thu Jun 10 18:13:42 2004 UTC
# Line 21  Line 21 
21   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: xvid_encraw.c,v 1.14 2004-04-02 21:29:21 edgomez Exp $   * $Id: xvid_encraw.c,v 1.15 2004-06-10 18:13:42 chl Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 950  Line 950 
950                  rc2pass2.filename = ARG_PASS2;                  rc2pass2.filename = ARG_PASS2;
951                  rc2pass2.bitrate = ARG_BITRATE;                  rc2pass2.bitrate = ARG_BITRATE;
952    
953    /*              An example of activating VBV could look like this
954                    rc2pass2.vbv_size     =  3145728;
955                    rc2pass2.vbv_initial  =  2359296;
956                    rc2pass2.vbv_maxrate  =  4000000;
957                    rc2pass2.vbv_peakrate = 10000000;
958    */
959    
960                  plugins[xvid_enc_create.num_plugins].func = xvid_plugin_2pass2;                  plugins[xvid_enc_create.num_plugins].func = xvid_plugin_2pass2;
961                  plugins[xvid_enc_create.num_plugins].param = &rc2pass2;                  plugins[xvid_enc_create.num_plugins].param = &rc2pass2;
962                  xvid_enc_create.num_plugins++;                  xvid_enc_create.num_plugins++;

Legend:
Removed from v.1398  
changed lines
  Added in v.1470

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