]> granicus.if.org Git - libmatroska/commit
libmatroska: use the generated semantic code instead of the manual one
authorSteve Lhomme <slhomme@matroska.org>
Sun, 27 Mar 2011 17:09:02 +0000 (17:09 +0000)
committerSteve Lhomme <slhomme@matroska.org>
Sun, 27 Mar 2011 17:09:02 +0000 (17:09 +0000)
commit7a815aae1960cd4da8242e90ca63244682d105a4
treea06903e6c4fbb854f20c44cb6fbb9f0a046402b1
parent9201cd4b98853cd575239efc1b853a58e2a016bd
libmatroska: use the generated semantic code instead of the manual one
+ don't allow writing not supported elements

git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@725 a6f86f6d-0131-4f8e-9e7b-e335508773d5
46 files changed:
libmatroska.proj
matroska/KaxAttached.h
matroska/KaxAttachments.h
matroska/KaxBlock.h
matroska/KaxBlockData.h
matroska/KaxChapters.h
matroska/KaxCluster.h
matroska/KaxClusterData.h
matroska/KaxContentEncoding.h
matroska/KaxCuesData.h
matroska/KaxDefines.h
matroska/KaxInfo.h
matroska/KaxInfoData.h
matroska/KaxSeekHead.h
matroska/KaxSemantic.h [new file with mode: 0644]
matroska/KaxTag.h
matroska/KaxTags.h
matroska/KaxTrackAudio.h
matroska/KaxTrackEntryData.h
matroska/KaxTrackVideo.h
matroska/KaxTracks.h
src/KaxAttached.cpp
src/KaxAttachments.cpp
src/KaxBlock.cpp
src/KaxBlockData.cpp
src/KaxChapters.cpp [deleted file]
src/KaxCluster.cpp
src/KaxClusterData.cpp [deleted file]
src/KaxContentEncoding.cpp [deleted file]
src/KaxContexts.cpp
src/KaxCues.cpp
src/KaxCuesData.cpp
src/KaxInfo.cpp [deleted file]
src/KaxInfoData.cpp
src/KaxSeekHead.cpp
src/KaxSegment.cpp
src/KaxSemantic.cpp [new file with mode: 0644]
src/KaxTag.cpp [deleted file]
src/KaxTags.cpp [deleted file]
src/KaxTrackAudio.cpp [deleted file]
src/KaxTrackEntryData.cpp [deleted file]
src/KaxTrackVideo.cpp [deleted file]
src/KaxTracks.cpp
test/ebml/test00.cpp
test/mux/test6.cpp
test/mux/test8.cpp