fixed GetNextChunk not connected bug

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-02-22 06:12:45 +00:00
parent dc204ab22f
commit faca9355a7
2 changed files with 75 additions and 79 deletions
+2 -3
View File
@@ -45,7 +45,7 @@ class BMediaDecoder {
BMediaDecoder(const BMediaDecoder &);
BMediaDecoder & operator=(const BMediaDecoder &);
void DoLateInit();
status_t AttachToDecoder();
BPrivate::media::Decoder *fDecoder;
int32 fDecoderID;
@@ -57,11 +57,10 @@ class BMediaDecoder {
media_format * fInitFormat;
char * fInitInfo;
size_t fInitInfoSize;
media_codec_info * fInitMCI;
/* fbc data and virtuals */
uint32 _reserved_BMediaDecoder_[25];
uint32 _reserved_BMediaDecoder_[26];
virtual status_t _Reserved_BMediaDecoder_0(int32 arg, ...);
virtual status_t _Reserved_BMediaDecoder_1(int32 arg, ...);