ffmpegdecoder: read pixel format from frame instead of stream
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
|
||||
virtual FootageDescription Probe(const QString& filename, const QAtomicInt* cancelled) const override;
|
||||
|
||||
virtual VideoParams GetParamsForTexture(const Decoder::RetrieveVideoParams &p) const override;
|
||||
virtual VideoParams GetParamsForTexture(const Decoder::RetrieveVideoParams &p) override;
|
||||
|
||||
protected:
|
||||
virtual bool OpenInternal() override;
|
||||
|
||||
Reference in New Issue
Block a user