CodecRoster: Add GetDecoderInfo
This commit is contained in:
@@ -46,6 +46,13 @@ BCodecRoster::ReleaseDecoder(BDecoder* decoder)
|
||||
}
|
||||
|
||||
|
||||
status_t
|
||||
BCodecRoster::GetDecoderInfo(BDecoder* decoder, media_codec_info* info)
|
||||
{
|
||||
return gPluginManager.GetDecoderInfo(decoder, info);
|
||||
}
|
||||
|
||||
|
||||
status_t
|
||||
BCodecRoster::InstantiateWriter(BWriter** writer, const media_file_format& mff,
|
||||
BDataIO* target)
|
||||
|
||||
Reference in New Issue
Block a user