mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
Fix compilation error
This commit is contained in:
parent
6e38ef6b27
commit
4407791412
@ -259,7 +259,7 @@ create_ebml_element(const EbmlCallbacks &callbacks,
|
||||
|
||||
for (i = 0; i < EBML_CTX_SIZE(context); i++)
|
||||
if (id == EBML_SEM_ID(context.MyTable[i]))
|
||||
return empty_ebml_master(&context.MyTable[i].Create());
|
||||
return empty_ebml_master(&context.MyTable[i].GetCallbacks.Create());
|
||||
|
||||
for (i = 0; i < EBML_CTX_SIZE(context); i++) {
|
||||
EbmlElement *e;
|
||||
|
Loading…
Reference in New Issue
Block a user