diff --git a/headers/os/media/MediaDecoder.h b/headers/os/media/MediaDecoder.h index d00ab17b52..0249d616d2 100644 --- a/headers/os/media/MediaDecoder.h +++ b/headers/os/media/MediaDecoder.h @@ -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;