diff options
author | Jan Sebechlebsky <sebechlebskyjan@gmail.com> | 2016-08-09 13:26:04 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-08-22 22:07:48 +0200 |
commit | b84c83144d65bf3e2f338c36fae9cddc6d77d510 (patch) | |
tree | 47a2b252d030962efbb78f8e7287114dae8ef0d4 /tests/ref/fate | |
parent | 0ed24bfc790b2b71ead9d22ef79d425d5545c87a (diff) | |
download | ffmpeg-b84c83144d65bf3e2f338c36fae9cddc6d77d510.tar.gz |
avformat/fifo: Add fate test
Tested-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/fifo-muxer-tst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ref/fate/fifo-muxer-tst b/tests/ref/fate/fifo-muxer-tst new file mode 100644 index 0000000000..ca7e294860 --- /dev/null +++ b/tests/ref/fate/fifo-muxer-tst @@ -0,0 +1,11 @@ +flush count: 1 +pts seen nr: 15 +pts seen: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 +nonfail test: ok +write header error test: ok +recovery test: ok +flush count: 1 +pts seen nr: 15 +pts seen: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 +overflow without packet dropping: ok +overflow with packet dropping: ok |