small api changes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6439 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
Decoder();
|
||||
virtual ~Decoder();
|
||||
|
||||
virtual void GetCodecInfo(media_codec_info &codecInfo) = 0;
|
||||
virtual void GetCodecInfo(media_codec_info *codecInfo) = 0;
|
||||
|
||||
// Setup get's called with the info data from Reader::GetStreamInfo
|
||||
virtual status_t Setup(media_format *ioEncodedFormat, const void *infoBuffer, int32 infoSize) = 0;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <Locker.h>
|
||||
|
||||
status_t _CreateReader(Reader **reader, int32 *streamCount, media_file_format *mff, BDataIO *source);
|
||||
status_t _CreateDecoder(Decoder **decoder, media_codec_info *mci, const media_format *format);
|
||||
status_t _CreateDecoder(Decoder **decoder, const media_format *format);
|
||||
|
||||
void _DestroyReader(Reader *reader);
|
||||
void _DestroyDecoder(Decoder *decoder);
|
||||
|
||||
Reference in New Issue
Block a user