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
-2
View File
@@ -11,8 +11,6 @@ class MediaPlugin
public:
MediaPlugin();
virtual ~MediaPlugin();
virtual status_t RegisterPlugin();
};
class Decoder;