diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-16 09:49:42 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-26 20:54:36 +0200 |
commit | 1717ba0cdd587fe3463c1d8560f2c7e13fb21ba3 (patch) | |
tree | 8756401368ee35322d7d5fc87c64c07e5dfdc532 /tests/ref/fate | |
parent | f2011ed234f580de01768257f3da6e73fbf8ac7b (diff) | |
download | ffmpeg-1717ba0cdd587fe3463c1d8560f2c7e13fb21ba3.tar.gz |
fifo: add FIFO API test program, and fate test
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/fifo | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/ref/fate/fifo b/tests/ref/fate/fifo new file mode 100644 index 0000000000..18a5691fee --- /dev/null +++ b/tests/ref/fate/fifo @@ -0,0 +1,27 @@ +-12: 1 +-11: 2 +-10: 3 +-9: 4 +-8: 5 +-7: 6 +-6: 7 +-5: 8 +-4: 9 +-3: 10 +-2: 11 +-1: 12 +0: 0 +1: 1 +2: 2 +3: 3 +4: 4 +5: 5 +6: 6 +7: 7 +8: 8 +9: 9 +10: 10 +11: 11 +12: 12 + +0 1 2 3 4 5 6 7 8 9 10 11 12 |