mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
8badffee79
There's really no need to use the generic parent type. Using the template argument's type instead allows one to wrap the result into shared pointers as in e.g. KaxAttachedPtr createAttachment() { // … return { mtx::construct::cons<KaxAttached>(new KaxFile, …) }; } |
||
---|---|---|
.. | ||
common | ||
extract | ||
info | ||
input | ||
merge | ||
mkvtoolnix-gui | ||
mpegparser | ||
output | ||
propedit | ||
scripts | ||
tools | ||
Rakefile |