зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1181719 - p1: Added mp4 test case to libstagefright gtest - r=rillian
Remove mdat, which is big and not useful in this test that only looks at metadata.
This commit is contained in:
Родитель
1f8be14a2b
Коммит
0cd18ff32b
|
@ -165,6 +165,7 @@ struct TestFileData
|
|||
};
|
||||
static const TestFileData testFiles[] = {
|
||||
{ "test_case_1156505.mp4", 0, 0, 0 },
|
||||
{ "test_case_1181719.mp4", 0, 0, 0 },
|
||||
{ "test_case_1187067.mp4", 1, 160, 90 },
|
||||
{ "test_case_1200326.mp4", 0, 0, 0 },
|
||||
{ "test_case_1204580.mp4", 1, 320, 180 }
|
||||
|
|
|
@ -13,6 +13,7 @@ SOURCES += [
|
|||
|
||||
TEST_HARNESS_FILES.gtest += [
|
||||
'test_case_1156505.mp4',
|
||||
'test_case_1181719.mp4',
|
||||
'test_case_1187067.mp4',
|
||||
'test_case_1200326.mp4',
|
||||
'test_case_1204580.mp4',
|
||||
|
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче