Fix raw_decoder build

This commit is contained in:
Barrett17
2018-11-25 18:57:15 +01:00
parent aa6411e23e
commit 9a49da9d4e
2 changed files with 3 additions and 3 deletions
@@ -27,7 +27,7 @@
#include <DataIO.h>
#include <OS.h>
#include <MediaRoster.h>
#include <ReaderPlugin.h>
#include <Reader.h>
#include "RawFormats.h"
#include "RawDecoderPlugin.h"
@@ -67,10 +67,10 @@ private:
};
class RawDecoderPlugin : public DecoderPlugin
class RawDecoderPlugin : public BDecoderPlugin
{
public:
Decoder * NewDecoder(uint index);
BDecoder * NewDecoder(uint index);
status_t GetSupportedFormats(media_format ** formats, size_t * count);
};