Changeset 0b0cc6da63fe6a62b51eb0472fe4ddfcf14bac4f

Show
Ignore:
Timestamp:
06/06/06 10:47:00 (2 years ago)
Author:
Marian Durkovic <md@videolan.org>
git-committer:
Marian Durkovic <md@videolan.org> 1149583620 +0000
git-parent:

[57980f409c3aa8df7a61ef42d489b5b4323f21ac]

git-author:
Marian Durkovic <md@videolan.org> 1149583620 +0000
Message:

make --sout-ts-alignment default enabled (refs: #669)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/mux/mpeg/ts.c

    rb4fa3ce r0b0cc6d  
    114114#define ALIGNMENT_TEXT N_("Data alignment") 
    115115#define ALIGNMENT_LONGTEXT N_("Enforces alignment of all access units on " \ 
    116   "PES boundaries. This is a waste of bandwidth.") 
     116  "PES boundaries. Disabling this might save some bandwidth but introduce incompatibilities.") 
    117117 
    118118#define SHAPING_TEXT N_("Shaping delay (ms)") 
     
    200200    add_string( SOUT_CFG_PREFIX "sdtdesc", NULL, NULL, SDTDESC_TEXT, SDTDESC_LONGTEXT, VLC_TRUE ); 
    201201#endif 
    202     add_bool( SOUT_CFG_PREFIX "alignment", 0, NULL, ALIGNMENT_TEXT, 
     202    add_bool( SOUT_CFG_PREFIX "alignment", VLC_TRUE, NULL, ALIGNMENT_TEXT, 
    203203              ALIGNMENT_LONGTEXT, VLC_TRUE ); 
    204204