diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-03-17 13:32:57 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-03-17 16:24:43 +0100 |
commit | ec7fc7b7d1f00fb8725d7812a018aed2ad1af132 (patch) | |
tree | 0a90a122265f64d11c401ac648f3185d0b55dce1 /tests/ref | |
parent | 40ea006b766e3c9b593de692e76bdb8cdf7f2786 (diff) | |
download | ffmpeg-ec7fc7b7d1f00fb8725d7812a018aed2ad1af132.tar.gz |
fate: add a test for -filter_complex / -lavfi without input.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/ffmpeg-filter_complex | 6 | ||||
-rw-r--r-- | tests/ref/fate/ffmpeg-lavfi | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/ref/fate/ffmpeg-filter_complex b/tests/ref/fate/ffmpeg-filter_complex new file mode 100644 index 0000000000..54d318db9d --- /dev/null +++ b/tests/ref/fate/ffmpeg-filter_complex @@ -0,0 +1,6 @@ +#tb 0: 1/5 +0, 0, 0, 1, 115200, 0x375ec573 +0, 1, 1, 1, 115200, 0x375ec573 +0, 2, 2, 1, 115200, 0x375ec573 +0, 3, 3, 1, 115200, 0x375ec573 +0, 4, 4, 1, 115200, 0x375ec573 diff --git a/tests/ref/fate/ffmpeg-lavfi b/tests/ref/fate/ffmpeg-lavfi new file mode 100644 index 0000000000..54d318db9d --- /dev/null +++ b/tests/ref/fate/ffmpeg-lavfi @@ -0,0 +1,6 @@ +#tb 0: 1/5 +0, 0, 0, 1, 115200, 0x375ec573 +0, 1, 1, 1, 115200, 0x375ec573 +0, 2, 2, 1, 115200, 0x375ec573 +0, 3, 3, 1, 115200, 0x375ec573 +0, 4, 4, 1, 115200, 0x375ec573 |