return B_OK from finalizeFormat if all goes well

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10099 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-11-21 08:43:08 +00:00
parent 97306f4286
commit e24f6ab3c3
@@ -1081,6 +1081,8 @@ CRadeonProducer::finalizeFormat( media_format *format )
return res; return res;
setFormatFlags( format ); setFormatFlags( format );
return B_OK;
} }