Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
roytam1 2020-09-18 20:54:18 +08:00
commit d8c338b6d9
54 changed files with 1141 additions and 82 deletions

View file

@ -45,10 +45,10 @@ public:
// This is called on the decode task queue.
void SetCDMProxy(CDMProxy* aProxy);
static constexpr int kYUV400 = 0;
static constexpr int kYUV420 = 1;
static constexpr int kYUV422 = 2;
static constexpr int kYUV444 = 3;
static const int kYUV400 = 0;
static const int kYUV420 = 1;
static const int kYUV422 = 2;
static const int kYUV444 = 3;
private:
virtual ~PDMFactory();