Fix raw_decoder build
This commit is contained in:
parent
aa6411e23e
commit
9a49da9d4e
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user