diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-02-29 21:30:23 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-02 02:12:56 +0100 |
commit | 5324882529f322bc601a2d31a798489d160a01da (patch) | |
tree | 1a2df39b21fd060d7b063a79b2772b0c0c129528 /tests/fate | |
parent | a870aa89bf384f485c112794a0ca0b49d6aceca2 (diff) | |
download | ffmpeg-5324882529f322bc601a2d31a798489d160a01da.tar.gz |
fate: add pipe and cache test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/seek.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fate/seek.mak b/tests/fate/seek.mak index a229e72bd7..4722cd497d 100644 --- a/tests/fate/seek.mak +++ b/tests/fate/seek.mak @@ -244,7 +244,9 @@ FATE_SEEK += $(FATE_SEEK_LAVF-yes:%=fate-seek-lavf-%) # extra files FATE_SEEK_EXTRA-$(CONFIG_MP3_DEMUXER) += fate-seek-extra-mp3 +FATE_SEEK_EXTRA-$(call ALLYES, CACHE_PROTOCOL PIPE_PROTOCOL MP3_DEMUXER) += fate-seek-cache-pipe fate-seek-extra-mp3: CMD = run libavformat/seek-test$(EXESUF) $(TARGET_SAMPLES)/gapless/gapless.mp3 -fastseek 1 +fate-seek-cache-pipe: CMD = cat $(TARGET_SAMPLES)/gapless/gapless.mp3 | run libavformat/seek-test$(EXESUF) cache:pipe:0 -read_ahead_limit -1 FATE_SEEK_EXTRA += $(FATE_SEEK_EXTRA-yes) |