diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-02 19:30:11 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-30 11:24:57 +0200 |
commit | a1e05b0487a1939334c2920fc7f9936bc9efe876 (patch) | |
tree | 6aec5577b04f68d9a6d42176f7d9f489911ac2cb /tests/ref | |
parent | b472938233b98178ed6c1353c37e0dc7ab585902 (diff) | |
download | ffmpeg-a1e05b0487a1939334c2920fc7f9936bc9efe876.tar.gz |
lavfi: add trim and atrim filters.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/filter-atrim-duration | 2 | ||||
-rw-r--r-- | tests/ref/fate/filter-atrim-mixed | 5 | ||||
-rw-r--r-- | tests/ref/fate/filter-atrim-samples | 2 | ||||
-rw-r--r-- | tests/ref/fate/filter-atrim-time | 6 | ||||
-rw-r--r-- | tests/ref/fate/filter-trim-duration | 2 | ||||
-rw-r--r-- | tests/ref/fate/filter-trim-frame | 8 | ||||
-rw-r--r-- | tests/ref/fate/filter-trim-mixed | 10 | ||||
-rw-r--r-- | tests/ref/fate/filter-trim-time | 3 |
8 files changed, 38 insertions, 0 deletions
diff --git a/tests/ref/fate/filter-atrim-duration b/tests/ref/fate/filter-atrim-duration new file mode 100644 index 0000000000..a51dff7dfd --- /dev/null +++ b/tests/ref/fate/filter-atrim-duration @@ -0,0 +1,2 @@ +#tb 0: 1/44100 +0, 4410, 4410, 441, 1764, 0x61e374f7 diff --git a/tests/ref/fate/filter-atrim-mixed b/tests/ref/fate/filter-atrim-mixed new file mode 100644 index 0000000000..ae3281a1a8 --- /dev/null +++ b/tests/ref/fate/filter-atrim-mixed @@ -0,0 +1,5 @@ +#tb 0: 1/44100 +0, 1025, 1025, 1023, 4092, 0x78560a4c +0, 2048, 2048, 1024, 4096, 0xc477fa99 +0, 3072, 3072, 1024, 4096, 0x3bc0f14f +0, 4096, 4096, 315, 1260, 0xe4b26b50 diff --git a/tests/ref/fate/filter-atrim-samples b/tests/ref/fate/filter-atrim-samples new file mode 100644 index 0000000000..3461666394 --- /dev/null +++ b/tests/ref/fate/filter-atrim-samples @@ -0,0 +1,2 @@ +#tb 0: 1/44100 +0, 26, 26, 54, 216, 0x6b376c6c diff --git a/tests/ref/fate/filter-atrim-time b/tests/ref/fate/filter-atrim-time new file mode 100644 index 0000000000..a3682101ce --- /dev/null +++ b/tests/ref/fate/filter-atrim-time @@ -0,0 +1,6 @@ +#tb 0: 1/44100 +0, 4410, 4410, 710, 2840, 0x658982a3 +0, 5120, 5120, 1024, 4096, 0xfd6a0070 +0, 6144, 6144, 1024, 4096, 0x0b01f4cf +0, 7168, 7168, 1024, 4096, 0x6716fd93 +0, 8192, 8192, 628, 2512, 0xda5ddff8 diff --git a/tests/ref/fate/filter-trim-duration b/tests/ref/fate/filter-trim-duration new file mode 100644 index 0000000000..db74add00e --- /dev/null +++ b/tests/ref/fate/filter-trim-duration @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 10, 10, 1, 152064, 0xb45c4760 diff --git a/tests/ref/fate/filter-trim-frame b/tests/ref/fate/filter-trim-frame new file mode 100644 index 0000000000..1749afd38b --- /dev/null +++ b/tests/ref/fate/filter-trim-frame @@ -0,0 +1,8 @@ +#tb 0: 1/25 +0, 3, 3, 1, 152064, 0xceb080b0 +0, 4, 4, 1, 152064, 0x473db652 +0, 5, 5, 1, 152064, 0x287da8e6 +0, 6, 6, 1, 152064, 0x68b47c23 +0, 7, 7, 1, 152064, 0xe9028bac +0, 8, 8, 1, 152064, 0x28ff8026 +0, 9, 9, 1, 152064, 0x2d7c3915 diff --git a/tests/ref/fate/filter-trim-mixed b/tests/ref/fate/filter-trim-mixed new file mode 100644 index 0000000000..5e003f665a --- /dev/null +++ b/tests/ref/fate/filter-trim-mixed @@ -0,0 +1,10 @@ +#tb 0: 1/25 +0, 1, 1, 1, 152064, 0x7f5f6551 +0, 2, 2, 1, 152064, 0xc566f64a +0, 3, 3, 1, 152064, 0xceb080b0 +0, 4, 4, 1, 152064, 0x473db652 +0, 5, 5, 1, 152064, 0x287da8e6 +0, 6, 6, 1, 152064, 0x68b47c23 +0, 7, 7, 1, 152064, 0xe9028bac +0, 8, 8, 1, 152064, 0x28ff8026 +0, 9, 9, 1, 152064, 0x2d7c3915 diff --git a/tests/ref/fate/filter-trim-time b/tests/ref/fate/filter-trim-time new file mode 100644 index 0000000000..2f860258bd --- /dev/null +++ b/tests/ref/fate/filter-trim-time @@ -0,0 +1,3 @@ +#tb 0: 1/25 +0, 0, 0, 1, 152064, 0x6e4f89ef +0, 1, 1, 1, 152064, 0x7f5f6551 |