no more TrackTimecodeScale in Matroska v4
no more TrackTimecodeScale writing in libmatroska git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@853 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
parent
3fbe2877fb
commit
726c4bee88
@ -713,6 +713,11 @@ filepos_t KaxEncryptedBlock::RenderData(IOCallback & /* output */, bool /* bForc
|
||||
return 0;
|
||||
}
|
||||
|
||||
filepos_t KaxTrackTimecodeScale::RenderData(IOCallback & /* output */, bool /* bForceRender */, bool /* bSaveDefault */) {
|
||||
assert(false); // no you are not allowed to use this element !
|
||||
return 0;
|
||||
}
|
||||
|
||||
filepos_t KaxTrackOffset::RenderData(IOCallback & /* output */, bool /* bForceRender */, bool /* bSaveDefault */) {
|
||||
assert(false); // no you are not allowed to use this element !
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user