mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1181223 - p1: Added mp4 test case to libstagefright gtest - r=rillian
This commit is contained in:
parent
70ccd96efa
commit
b901b1e726
@ -165,6 +165,7 @@ struct TestFileData
|
|||||||
};
|
};
|
||||||
static const TestFileData testFiles[] = {
|
static const TestFileData testFiles[] = {
|
||||||
{ "test_case_1156505.mp4", 0, 0, 0 },
|
{ "test_case_1156505.mp4", 0, 0, 0 },
|
||||||
|
{ "test_case_1181223.mp4", 0, 0, 0 },
|
||||||
{ "test_case_1181719.mp4", 0, 0, 0 },
|
{ "test_case_1181719.mp4", 0, 0, 0 },
|
||||||
{ "test_case_1187067.mp4", 1, 160, 90 },
|
{ "test_case_1187067.mp4", 1, 160, 90 },
|
||||||
{ "test_case_1200326.mp4", 0, 0, 0 },
|
{ "test_case_1200326.mp4", 0, 0, 0 },
|
||||||
|
@ -13,6 +13,7 @@ SOURCES += [
|
|||||||
|
|
||||||
TEST_HARNESS_FILES.gtest += [
|
TEST_HARNESS_FILES.gtest += [
|
||||||
'test_case_1156505.mp4',
|
'test_case_1156505.mp4',
|
||||||
|
'test_case_1181223.mp4',
|
||||||
'test_case_1181719.mp4',
|
'test_case_1181719.mp4',
|
||||||
'test_case_1187067.mp4',
|
'test_case_1187067.mp4',
|
||||||
'test_case_1200326.mp4',
|
'test_case_1200326.mp4',
|
||||||
|
BIN
media/libstagefright/gtest/test_case_1181223.mp4
Normal file
BIN
media/libstagefright/gtest/test_case_1181223.mp4
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user