mkvmuxerutil.hpp: Add using directives for overloaded size utils.
Some downstream code using the EBML element size requires that EbmlElementSize and EbmlMasterElementSize are accessible in the global namespace. Change-Id: I9d110b683e434c90f96ae7b35b35e79eb6a2335f
This commit is contained in:
parent
ec479287ff
commit
6df3e5630e
@ -12,4 +12,7 @@
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "mkvmuxer/mkvmuxerutil.h"
|
||||
|
||||
using mkvmuxer::EbmlElementSize;
|
||||
using mkvmuxer::EbmlMasterElementSize;
|
||||
|
||||
#endif // LIBWEBM_MKVMUXERUTIL_HPP_
|
||||
|
Loading…
Reference in New Issue
Block a user