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:
beveloper
2004-02-29 20:09:42 +00:00
parent 61102d4381
commit 1e88e6620d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ struct stream_info
{
status_t status;
void * cookie;
bool hasCookie;
void * infoBuffer;
int32 infoBufferSize;
media_format encodedFormat;
+1 -1
View File
@@ -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);