vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / media / plugins / ffmpeg / CodecTable.h
bloba11b760e9f05fa1d7cdb0ddedd460ed04f7b1831
1 /*
2 * Copyright 2010 Stephan Aßmus <superstippi@gmx.de>. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef CODEC_TABLE_H
6 #define CODEC_TABLE_H
9 #include <MediaFormats.h>
11 struct AVInputFamily {
12 media_format_family family;
13 const char *avname;
15 extern struct AVInputFamily gAVInputFamilies[];
17 status_t build_decoder_formats(media_format** _formats, size_t* _count);
20 #endif // CODEC_TABLE_H