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