mkvtoolnix/src
Moritz Bunkus 8badffee79 construct: change return type of cons() from EbmlMaster* to T*
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, …)
  };
}
2015-12-31 21:56:33 +01:00
..
common construct: change return type of cons() from EbmlMaster* to T* 2015-12-31 21:56:33 +01:00
extract
info
input
merge
mkvtoolnix-gui
mpegparser
output
propedit
scripts
tools
Rakefile