Changeset 600d4ac4bc55f5bc2f910d0ce6194b5b68704748

Show
Ignore:
Timestamp:
08/02/08 23:29:42 (10 months ago)
Author:
Dennis van Amerongen <trax@videolan.org>
git-committer:
Dennis van Amerongen <trax@videolan.org> 1202509782 +0000
git-parent:

[883ed8d4257b88cb9a866e50999574967a278fca]

git-author:
Dennis van Amerongen <trax@videolan.org> 1202509782 +0000
Message:

* modules/codec/x264.c: set default for direct prediction size (direct-8x8) to -1 (smallest possible according to level); this fixes the direct 8x8 inference warning on level requirement in certain x264 setting combinations

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/codec/x264.c

    r079a181 r600d4ac  
    516516 
    517517#if X264_BUILD >= 52 /* r573 */ 
    518     add_integer( SOUT_CFG_PREFIX "direct-8x8", 0, NULL, DIRECT_PRED_SIZE_TEXT, 
     518    add_integer( SOUT_CFG_PREFIX "direct-8x8", -1, NULL, DIRECT_PRED_SIZE_TEXT, 
    519519                 DIRECT_PRED_SIZE_LONGTEXT, VLC_FALSE ); 
    520520        change_integer_range( -1, 1 );