зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 128c1454e51f (bug 1280346) for Mochitest failed
This commit is contained in:
Родитель
2b63a49098
Коммит
b3cb3cf81f
|
@ -220,7 +220,7 @@ public:
|
|||
|
||||
bool IsValid() const override
|
||||
{
|
||||
return mImage.width > 0 && mImage.height > 0;
|
||||
return mDisplay.width > 0 && mDisplay.height > 0;
|
||||
}
|
||||
|
||||
VideoInfo* GetAsVideoInfo() override
|
||||
|
|
|
@ -210,7 +210,7 @@ MP4VideoInfo::Update(const mp4parse_track_info* track,
|
|||
bool
|
||||
MP4VideoInfo::IsValid() const
|
||||
{
|
||||
return mImage.width > 0 && mImage.height > 0;
|
||||
return mDisplay.width > 0 && mDisplay.height > 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче