New meta_format structure that is used internally by BMediaFormats and

the FormatManager in the server.
Update the plugin API.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6241 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-01-23 07:24:51 +00:00
parent 6e53563dac
commit c38d73ee4c
4 changed files with 49 additions and 21 deletions
-5
View File
@@ -12,11 +12,6 @@ status_t _CreateDecoder(Decoder **decoder, media_codec_info *mci, const media_fo
void _DestroyReader(Reader *reader);
void _DestroyDecoder(Decoder *decoder);
status_t _PublishDecoder(DecoderPlugin *decoderplugin,
const char *meta_description,
const char *short_name,
const char *pretty_name,
const char *default_mapping /* = 0 */);
class PluginManager
{