use private member function for AttachToDecoder, discard unused private static
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6144 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
907f9f5b87
commit
e701972356
@ -45,8 +45,7 @@ class BMediaDecoder {
|
||||
BMediaDecoder(const BMediaDecoder &);
|
||||
BMediaDecoder & operator=(const BMediaDecoder &);
|
||||
|
||||
static status_t next_chunk(void *classptr, void **chunkData, size_t *chunkLen, media_header *mh);
|
||||
void ReleaseDecoder();
|
||||
status_t AttachToDecoder();
|
||||
|
||||
BPrivate::media::Decoder *fDecoder;
|
||||
int32 fDecoderID;
|
||||
|
Loading…
x
Reference in New Issue
Block a user