git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6609 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2004-02-16 20:54:35 +00:00
parent 8a8f7088fe
commit ec276f43a0

View File

@ -201,10 +201,11 @@ MediaExtractor::CreateDecoder(int32 stream, Decoder **decoder, media_codec_info
if (res != B_OK) {
printf("MediaExtractor::CreateDecoder Setup failed for stream %ld: %ld (%s)\n",
stream, res, strerror(res));
return res;
}
(*decoder)->GetCodecInfo(mci);
return res;
return B_OK;
}