~siretart/x264/trunk

« back to all changes in this revision

Viewing changes to x264.h

  • Committer: Fiona Glaser
  • Date: 2010-02-23 17:50:43 UTC
  • Revision ID: git-v1:714692cc27d8458da1f7192b066aefc93292fdc3
Fix fastfirstpass
Apparently the libx264 preset changes made "fastfirstpass" into "fastsecondpass" inadvertantly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
int     x264_param_default_preset( x264_param_t *, const char *preset, const char *tune );
414
414
 
415
415
/* x264_param_apply_fastfirstpass:
416
 
 *      If first-pass mode is set (rc.b_stat_read == 1, rc.b_stat_write == 0),
 
416
 *      If first-pass mode is set (rc.b_stat_read == 0, rc.b_stat_write == 1),
417
417
 *      modify the encoder settings to disable options generally not useful on
418
418
 *      the first pass. */
419
419
void    x264_param_apply_fastfirstpass( x264_param_t * );