~siretart/x264/trunk

« back to all changes in this revision

Viewing changes to encoder/set.c

  • Committer: Henrik Gramner
  • Author(s): Anton Mitrofanov
  • Date: 2016-12-01 17:00:07 UTC
  • Revision ID: git-v1:b2b39dae0bd891c8d150b4f4c3a2a24d8d6c1431
Cosmetics

Also make x264_weighted_reference_duplicate() static.

Show diffs side-by-side

added added

removed removed

Lines of Context:
671
671
    bs_write1( &q, h->param.i_frame_packing == 5 && !(h->fenc->i_frame&1) ); // current_frame_is_frame0_flag
672
672
    bs_write1( &q, 0 );                           // frame0_self_contained_flag
673
673
    bs_write1( &q, 0 );                           // frame1_self_contained_flag
674
 
    if ( quincunx_sampling_flag == 0 && h->param.i_frame_packing != 5 )
 
674
    if( quincunx_sampling_flag == 0 && h->param.i_frame_packing != 5 )
675
675
    {
676
676
        bs_write( &q, 4, 0 );                     // frame0_grid_position_x
677
677
        bs_write( &q, 4, 0 );                     // frame0_grid_position_y