From 70ece6ccd0c3c0f324941d6173bcfa4d51f0c6d7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 22 Jan 2016 13:06:46 +0100 Subject: fate: add 1 and 15BPP rawvideo in avi tests Signed-off-by: Michael Niedermayer --- tests/fate/vcodec.mak | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/fate') diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index 9ee3043d19..380944d175 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -264,9 +264,13 @@ fate-vsynth%-qtrlegray: CODEC = qtrle fate-vsynth%-qtrlegray: ENCOPTS = -pix_fmt gray fate-vsynth%-qtrlegray: FMT = mov -FATE_VCODEC-$(call ENCDEC, RAWVIDEO, AVI) += rgb +FATE_VCODEC-$(call ENCDEC, RAWVIDEO, AVI) += rgb bpp1 bpp15 fate-vsynth%-rgb: CODEC = rawvideo fate-vsynth%-rgb: ENCOPTS = -pix_fmt bgr24 +fate-vsynth%-bpp1: CODEC = rawvideo +fate-vsynth%-bpp1: ENCOPTS = -pix_fmt monow +fate-vsynth%-bpp15: CODEC = rawvideo +fate-vsynth%-bpp15: ENCOPTS = -pix_fmt bgr555le FATE_VCODEC-$(call ENCDEC, ROQ, ROQ) += roqvideo fate-vsynth%-roqvideo: CODEC = roqvideo -- cgit v1.2.3