mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Spelling.
This commit is contained in:
parent
30d907f8af
commit
25fdbe62c1
@ -84,7 +84,7 @@ using namespace libmatroska;
|
||||
#define MAP_TRACK_TYPE(c) ((c) == 'a' ? track_audio : \
|
||||
(c) == 'v' ? track_video : track_subtitle)
|
||||
#define MAP_TRACK_TYPE_STRING(c) ((c) == 'a' ? "audio" : \
|
||||
(c) == 'v' ? "video" : "subtite")
|
||||
(c) == 'v' ? "video" : "subtitle")
|
||||
|
||||
#define in_parent(p) (in->getFilePointer() < \
|
||||
(p->GetElementPosition() + p->ElementSize()))
|
||||
|
Loading…
Reference in New Issue
Block a user