diff options
author | Mark Reid <mindmark@gmail.com> | 2016-07-20 18:15:38 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-23 13:54:13 +0200 |
commit | c2cd1a5ea7a2b63edb3abe67c5f52efc62c1b8f7 (patch) | |
tree | 26f3ad773f0f31858d2e533cbfd791071b5259b8 /tests/ref | |
parent | e47981dab7fb7c9499b959cb0125b7281301969a (diff) | |
download | ffmpeg-c2cd1a5ea7a2b63edb3abe67c5f52efc62c1b8f7.tar.gz |
tests/fate/dnxhd: add dnxhr prefix tests
The data offset value in the prefix increases as the heights increases.
This test adds a tests for some common dnxhr heights.
can somebody add the following test footage to fate/dnxhd?
https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x1536.dnxhr
https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x1716.dnxhr
https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x2048.dnxhr
https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x2160.dnxhr
https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x3212.dnxhr
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/dnxhr-prefix1 | 10 | ||||
-rw-r--r-- | tests/ref/fate/dnxhr-prefix2 | 10 | ||||
-rw-r--r-- | tests/ref/fate/dnxhr-prefix3 | 10 | ||||
-rw-r--r-- | tests/ref/fate/dnxhr-prefix4 | 10 | ||||
-rw-r--r-- | tests/ref/fate/dnxhr-prefix5 | 10 |
5 files changed, 50 insertions, 0 deletions
diff --git a/tests/ref/fate/dnxhr-prefix1 b/tests/ref/fate/dnxhr-prefix1 new file mode 100644 index 0000000000..bbad26ea14 --- /dev/null +++ b/tests/ref/fate/dnxhr-prefix1 @@ -0,0 +1,10 @@ +#tb 0: 1/25 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 256x1536 +#sar 0: 0/1 +0, 0, 0, 1, 786432, 0x5a07f1fe +0, 1, 1, 1, 786432, 0x5b5acaed +0, 2, 2, 1, 786432, 0x1a9aacb5 +0, 3, 3, 1, 786432, 0x12ddf22d +0, 4, 4, 1, 786432, 0xde2515f8 diff --git a/tests/ref/fate/dnxhr-prefix2 b/tests/ref/fate/dnxhr-prefix2 new file mode 100644 index 0000000000..cb062b55ae --- /dev/null +++ b/tests/ref/fate/dnxhr-prefix2 @@ -0,0 +1,10 @@ +#tb 0: 1/25 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 256x1716 +#sar 0: 0/1 +0, 0, 0, 1, 878592, 0x9a99e1db +0, 1, 1, 1, 878592, 0x9317b608 +0, 2, 2, 1, 878592, 0x2d6c9b2f +0, 3, 3, 1, 878592, 0xa7f0e3fe +0, 4, 4, 1, 878592, 0x98330125 diff --git a/tests/ref/fate/dnxhr-prefix3 b/tests/ref/fate/dnxhr-prefix3 new file mode 100644 index 0000000000..e6a729f6f5 --- /dev/null +++ b/tests/ref/fate/dnxhr-prefix3 @@ -0,0 +1,10 @@ +#tb 0: 1/25 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 256x2048 +#sar 0: 0/1 +0, 0, 0, 1, 1048576, 0xa2eb0c23 +0, 1, 1, 1, 1048576, 0x2149e4f9 +0, 2, 2, 1, 1048576, 0xbdfacc9b +0, 3, 3, 1, 1048576, 0x64040c52 +0, 4, 4, 1, 1048576, 0x9fec31b4 diff --git a/tests/ref/fate/dnxhr-prefix4 b/tests/ref/fate/dnxhr-prefix4 new file mode 100644 index 0000000000..15ed9a3c54 --- /dev/null +++ b/tests/ref/fate/dnxhr-prefix4 @@ -0,0 +1,10 @@ +#tb 0: 1/25 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 256x2160 +#sar 0: 0/1 +0, 0, 0, 1, 1105920, 0xcc1cc322 +0, 1, 1, 1, 1105920, 0xd3038a1d +0, 2, 2, 1, 1105920, 0xc0717a5a +0, 3, 3, 1, 1105920, 0xed6fc31f +0, 4, 4, 1, 1105920, 0xdcb8d6c4 diff --git a/tests/ref/fate/dnxhr-prefix5 b/tests/ref/fate/dnxhr-prefix5 new file mode 100644 index 0000000000..d88bdd2b82 --- /dev/null +++ b/tests/ref/fate/dnxhr-prefix5 @@ -0,0 +1,10 @@ +#tb 0: 1/25 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 256x3212 +#sar 0: 0/1 +0, 0, 0, 1, 1644544, 0xcea2b72d +0, 1, 1, 1, 1644544, 0xcd80819d +0, 2, 2, 1, 1644544, 0x4a27745e +0, 3, 3, 1, 1644544, 0xdf82b72c +0, 4, 4, 1, 1644544, 0xdf87cb6e |