Changeset 007c8a15ab57c2b2b15275dcd07220fb1d1fc144
- 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
| r1506064 |
r007c8a1 |
|
| 2878 | 2878 | { |
|---|
| 2879 | 2879 | 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(); |
|---|
| 2881 | 2881 | } |
|---|
| 2882 | 2882 | else |
|---|