diff options
author | Clément Bœsch <u@pkh.me> | 2016-07-14 18:57:37 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-07-14 18:57:37 +0200 |
commit | cd02df52567d417e3efeda8fbaa36a2753a0e0cf (patch) | |
tree | 43667a9c713ea11e40aade4379704d49d2b21e2d /tests/ref | |
parent | c3e2e842fa9141a4776238803100b63e14c79368 (diff) | |
parent | cc58656aca95b5ab517989a9524b9a2b1c5653cf (diff) | |
download | ffmpeg-cd02df52567d417e3efeda8fbaa36a2753a0e0cf.tar.gz |
Merge commit 'cc58656aca95b5ab517989a9524b9a2b1c5653cf'
* commit 'cc58656aca95b5ab517989a9524b9a2b1c5653cf':
fate: Add tests for MagicYUV
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/magicyuv-rgb | 6 | ||||
-rw-r--r-- | tests/ref/fate/magicyuv-rgba | 6 | ||||
-rw-r--r-- | tests/ref/fate/magicyuv-y400i | 6 | ||||
-rw-r--r-- | tests/ref/fate/magicyuv-y420 | 6 | ||||
-rw-r--r-- | tests/ref/fate/magicyuv-y422i | 6 | ||||
-rw-r--r-- | tests/ref/fate/magicyuv-y444 | 6 | ||||
-rw-r--r-- | tests/ref/fate/magicyuv-y4444i | 6 |
7 files changed, 42 insertions, 0 deletions
diff --git a/tests/ref/fate/magicyuv-rgb b/tests/ref/fate/magicyuv-rgb new file mode 100644 index 0000000000..9fd483bfb6 --- /dev/null +++ b/tests/ref/fate/magicyuv-rgb @@ -0,0 +1,6 @@ +#tb 0: 100/2397 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 208x232 +#sar 0: 0/1 +0, 0, 0, 1, 144768, 0x497c8ce1 diff --git a/tests/ref/fate/magicyuv-rgba b/tests/ref/fate/magicyuv-rgba new file mode 100644 index 0000000000..d2ccb696c0 --- /dev/null +++ b/tests/ref/fate/magicyuv-rgba @@ -0,0 +1,6 @@ +#tb 0: 100/2397 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 208x232 +#sar 0: 0/1 +0, 0, 0, 1, 193024, 0x7e1b7233 diff --git a/tests/ref/fate/magicyuv-y400i b/tests/ref/fate/magicyuv-y400i new file mode 100644 index 0000000000..bf87b62619 --- /dev/null +++ b/tests/ref/fate/magicyuv-y400i @@ -0,0 +1,6 @@ +#tb 0: 100/2397 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 208x232 +#sar 0: 0/1 +0, 0, 0, 1, 48256, 0x368b93f2 diff --git a/tests/ref/fate/magicyuv-y420 b/tests/ref/fate/magicyuv-y420 new file mode 100644 index 0000000000..25fffc0358 --- /dev/null +++ b/tests/ref/fate/magicyuv-y420 @@ -0,0 +1,6 @@ +#tb 0: 100/2397 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 208x232 +#sar 0: 0/1 +0, 0, 0, 1, 72384, 0x59a87842 diff --git a/tests/ref/fate/magicyuv-y422i b/tests/ref/fate/magicyuv-y422i new file mode 100644 index 0000000000..4bb73f59ed --- /dev/null +++ b/tests/ref/fate/magicyuv-y422i @@ -0,0 +1,6 @@ +#tb 0: 100/2397 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 208x232 +#sar 0: 0/1 +0, 0, 0, 1, 96512, 0xe84751be diff --git a/tests/ref/fate/magicyuv-y444 b/tests/ref/fate/magicyuv-y444 new file mode 100644 index 0000000000..372d49c192 --- /dev/null +++ b/tests/ref/fate/magicyuv-y444 @@ -0,0 +1,6 @@ +#tb 0: 100/2397 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 208x232 +#sar 0: 0/1 +0, 0, 0, 1, 144768, 0xef48043f diff --git a/tests/ref/fate/magicyuv-y4444i b/tests/ref/fate/magicyuv-y4444i new file mode 100644 index 0000000000..c5ab70e125 --- /dev/null +++ b/tests/ref/fate/magicyuv-y4444i @@ -0,0 +1,6 @@ +#tb 0: 100/2397 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 208x232 +#sar 0: 0/1 +0, 0, 0, 1, 193024, 0x5292ecec |