Ticket #15389: VLC-x264.c.diff

File VLC-x264.c.diff, 584 bytes (added by max@…, 15 years ago)
  • modules/codec/x264.c

    old new  
    957957        p_sys->param.i_scenecut_threshold = val.i_int;
    958958#endif
    959959
    960 #if X264_BUILD >= 55 /* r607 */
     960#if X264_BUILD >= 55 /* r607 */ && X264_BUILD < 67 /* r1117 */
    961961    var_Get( p_enc, SOUT_CFG_PREFIX "pre-scenecut", &val );
    962962    p_sys->param.b_pre_scenecut = val.b_bool;
     963#endif
     964
     965#if X264_BUILD >= 55 /* r607 */
    963966    var_Get( p_enc, SOUT_CFG_PREFIX "non-deterministic", &val );
    964967    p_sys->param.b_deterministic = val.b_bool;
    965968#endif