diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-12-03 00:36:10 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-12-03 00:36:10 +0100 |
commit | c8148e5c9326b2d0b26010b9f460e913e1c17428 (patch) | |
tree | 38baaa18469d5bc7e28cd970aaeb1e3e22f9a9f0 /tests/fate/vcodec.mak | |
parent | 337dbe2adb11cedae6d8c9a0a9f03c0232c16afe (diff) | |
download | ffmpeg-c8148e5c9326b2d0b26010b9f460e913e1c17428.tar.gz |
fate: move vsynth reference files to their own directory
Diffstat (limited to 'tests/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index b9ff1ea2f9..36b9658822 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -4,6 +4,7 @@ fate-vsynth%: CODEC = $(word 3, $(subst -, ,$(@))) fate-vsynth%: FMT = avi fate-vsynth%: CMD = enc_dec "rawvideo -s 352x288 -pix_fmt yuv420p" $(SRC) $(FMT) "-c $(CODEC) $(ENCOPTS)" rawvideo "-s 352x288 -pix_fmt yuv420p $(DECOPTS)" -keep fate-vsynth%: CMP_UNIT = 1 +fate-vsynth%: REF = $(SRC_PATH)/tests/ref/vsynth/$(@:fate-%=%) FATE_VCODEC-$(call ENCDEC, ASV1, AVI) += asv1 fate-vsynth%-asv1: ENCOPTS = -qscale 10 |