Backed out changeset 128c1454e51f (bug 1280346) for Mochitest failed

This commit is contained in:
Iris Hsiao 2016-07-19 13:01:53 +08:00
Родитель 2b63a49098
Коммит b3cb3cf81f
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
}
}