Codec Kit: Introduce BCodecKit namespace

This commit is contained in:
Barrett17
2018-11-27 11:38:04 +01:00
parent 247414814e
commit d33bd9ec7b
39 changed files with 258 additions and 136 deletions
+6
View File
@@ -10,6 +10,9 @@
#include "PluginManager.h"
namespace BCodecKit {
status_t
BCodecRoster::InstantiateReader(BReader** reader, int32* streamCount,
media_file_format* mff, BDataIO* source)
@@ -131,3 +134,6 @@ BCodecRoster::GetNextEncoder(int32* cookie, media_codec_info* _codecInfo)
{
return get_next_encoder(cookie, _codecInfo);
}
} // namespace BCodecKit