remove no longer needed tests for old/outdated/previous tag system (from impulze https://sourceforge.net/tracker/?func=detail&aid=3170459&group_id=68739&atid=522230)
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@673 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
parent
e6d2bfa361
commit
e5d8c2585c
@ -1,3 +1,7 @@
|
|||||||
|
2011-02-02 impulze
|
||||||
|
* trunk/libmatroska/test/test9.cpp
|
||||||
|
- also remove no longer needed tests for old/outdated/previous tag system
|
||||||
|
|
||||||
2011-01-30 robux4/mosu
|
2011-01-30 robux4/mosu
|
||||||
New 1.1.0 version:
|
New 1.1.0 version:
|
||||||
- give access to the SetParent to KaxSimpleBlock as well
|
- give access to the SetParent to KaxSimpleBlock as well
|
||||||
|
@ -58,7 +58,6 @@
|
|||||||
#include <matroska/KaxSegment.h>
|
#include <matroska/KaxSegment.h>
|
||||||
#include <matroska/KaxTags.h>
|
#include <matroska/KaxTags.h>
|
||||||
#include <matroska/KaxTag.h>
|
#include <matroska/KaxTag.h>
|
||||||
#include <matroska/KaxTagMulti.h>
|
|
||||||
#include <matroska/KaxTracks.h>
|
#include <matroska/KaxTracks.h>
|
||||||
#include <matroska/KaxTrackEntryData.h>
|
#include <matroska/KaxTrackEntryData.h>
|
||||||
#include <matroska/KaxTrackAudio.h>
|
#include <matroska/KaxTrackAudio.h>
|
||||||
@ -101,6 +100,7 @@ int main() {
|
|||||||
*(static_cast<EbmlUInteger *>(&GetChild<KaxTagTrackUID>(targets))) =
|
*(static_cast<EbmlUInteger *>(&GetChild<KaxTagTrackUID>(targets))) =
|
||||||
1234;
|
1234;
|
||||||
|
|
||||||
|
#if 0
|
||||||
// comment of the Targets
|
// comment of the Targets
|
||||||
KaxTagMultiComment &mcomB = GetChild<KaxTagMultiComment>(targets);
|
KaxTagMultiComment &mcomB = GetChild<KaxTagMultiComment>(targets);
|
||||||
*(static_cast<EbmlString *>
|
*(static_cast<EbmlString *>
|
||||||
@ -335,6 +335,7 @@ int main() {
|
|||||||
*(static_cast<EbmlString *>
|
*(static_cast<EbmlString *>
|
||||||
(&GetChild<KaxTagMultiTitleLanguage>(tit))) =
|
(&GetChild<KaxTagMultiTitleLanguage>(tit))) =
|
||||||
"MultiTitleLanguage";
|
"MultiTitleLanguage";
|
||||||
|
#endif
|
||||||
|
|
||||||
KaxTagSimple &stag_l1 = GetChild<KaxTagSimple>(tag);
|
KaxTagSimple &stag_l1 = GetChild<KaxTagSimple>(tag);
|
||||||
*(static_cast<EbmlUnicodeString *>(&GetChild<KaxTagName>(stag_l1))) =
|
*(static_cast<EbmlUnicodeString *>(&GetChild<KaxTagName>(stag_l1))) =
|
||||||
|
Loading…
Reference in New Issue
Block a user