Changeset 007c8a15ab57c2b2b15275dcd07220fb1d1fc144

Show
Ignore:
Timestamp:
03/02/05 11:34:01 (4 years ago)
Author:
Steve Lhomme <robux@videolan.org>
git-committer:
Steve Lhomme <robux@videolan.org> 1109759641 +0000
git-parent:

[4275a65a0edf2062e0261296552995c4d4f80935]

git-author:
Steve Lhomme <robux@videolan.org> 1109759641 +0000
Message:

mkv.cpp: correct use of the default chapter edition

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/mkv.cpp

    r1506064 r007c8a1  
    28782878                { 
    28792879                    if (uint8(*static_cast<KaxEditionFlagDefault *>( l )) != 0) 
    2880                         p_sys->i_current_edition = p_sys->editions.size(); 
     2880                        i_default_edition = p_sys->editions.size(); 
    28812881                } 
    28822882                else