updated to match source file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6821 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,6 +11,7 @@ struct stream_info
|
||||
{
|
||||
status_t status;
|
||||
void * cookie;
|
||||
bool hasCookie;
|
||||
void * infoBuffer;
|
||||
int32 infoBufferSize;
|
||||
media_format encodedFormat;
|
||||
|
||||
@@ -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, 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