diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-22 13:06:46 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-22 13:19:08 +0100 |
commit | 70ece6ccd0c3c0f324941d6173bcfa4d51f0c6d7 (patch) | |
tree | 31e133e8430355d405a9532e5c47a31cd40ded10 /tests/fate | |
parent | 1c02af307a676f449f85ba79902f42bb51d23f0f (diff) | |
download | ffmpeg-70ece6ccd0c3c0f324941d6173bcfa4d51f0c6d7.tar.gz |
fate: add 1 and 15BPP rawvideo in avi tests
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 6 |
1 files changed, 5 insertions, 1 deletions
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 |