diff options
author | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 16:43:08 +0000 |
---|---|---|
committer | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 16:43:08 +0000 |
commit | 92d0d842e665fac543f37cd3d4395b114fee781d (patch) | |
tree | 216dcc7f72dd7fba63dcc0dc26773b1d2ffc4318 /media/test | |
parent | a5f578af5eeb4245e728de1085cf5b3c4fe36a9a (diff) | |
download | chromium_src-92d0d842e665fac543f37cd3d4395b114fee781d.zip chromium_src-92d0d842e665fac543f37cd3d4395b114fee781d.tar.gz chromium_src-92d0d842e665fac543f37cd3d4395b114fee781d.tar.bz2 |
Adding VP8 corrupt I frame test file.
TBR=scherkus@chromium.org
BUG=92429
TEST=None
Review URL: http://codereview.chromium.org/7715004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/test')
-rw-r--r-- | media/test/data/README | 3 | ||||
-rw-r--r-- | media/test/data/vp8-corrupt-I-frame | bin | 0 -> 22084 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/media/test/data/README b/media/test/data/README index cbc094f..c8a3d9e 100644 --- a/media/test/data/README +++ b/media/test/data/README @@ -12,4 +12,5 @@ vp8-I-frame-160x240 - The first I frame of a 160x240 reencode of bear-320x240.we vp8-I-frame-320x120 - The first I frame of a 320x120 reencode of bear-320x240.webm. vp8-I-frame-320x240 - The first I frame of bear-320x240.webm. vp8-I-frame-320x480 - The first I frame of a 320x480 reencode of bear-320x240.webm. -vp8-I-frame-640x240 - The first I frame of a 640x240 reencode of bear-320x240.webm.
\ No newline at end of file +vp8-I-frame-640x240 - The first I frame of a 640x240 reencode of bear-320x240.webm. +vp8-corrupt-I-frame - A copy of vp8-I-frame-320x240 w/ all bytes XORed w/ 0xA5.
\ No newline at end of file diff --git a/media/test/data/vp8-corrupt-I-frame b/media/test/data/vp8-corrupt-I-frame Binary files differnew file mode 100644 index 0000000..23afa84 --- /dev/null +++ b/media/test/data/vp8-corrupt-I-frame |