small api changes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6439 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2004-01-31 01:00:11 +00:00
parent 13e3339edc
commit 0f2976ab26
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public:
Decoder();
virtual ~Decoder();
virtual void GetCodecInfo(media_codec_info &codecInfo) = 0;
virtual void GetCodecInfo(media_codec_info *codecInfo) = 0;
// Setup get's called with the info data from Reader::GetStreamInfo
virtual status_t Setup(media_format *ioEncodedFormat, const void *infoBuffer, int32 infoSize) = 0;