2 * Copyright 2010 Stephan Aßmus <superstippi@gmx.de>. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
9 #include <MediaFormats.h>
11 struct AVInputFamily
{
12 media_format_family family
;
15 extern struct AVInputFamily gAVInputFamilies
[];
17 status_t
build_decoder_formats(media_format
** _formats
, size_t* _count
);
20 #endif // CODEC_TABLE_H