/* * Copyright 2009 Stephan Aßmus * All rights reserved. Distributed under the terms of the MIT license. */ #ifndef MUXER_TABLE_H #define MUXER_TABLE_H #include extern const media_file_format gMuxerTable[]; extern const size_t gMuxerCount; #endif // MUXER_TABLE_H