diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-22 15:59:31 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-22 15:59:31 +0100 |
commit | ee3eac59df10b3a0e1641a407785ce155ed707fc (patch) | |
tree | f1092caac758ebd692531e0df7b3cb7a4a9eb203 /tests/fate | |
parent | 84110f4f7760c4f0a9c3e394447304e7cd2384a3 (diff) | |
download | ffmpeg-streaming-ee3eac59df10b3a0e1641a407785ce155ed707fc.zip ffmpeg-streaming-ee3eac59df10b3a0e1641a407785ce155ed707fc.tar.gz |
fate: Add a small number of rawvideo in mov tests
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index 380944d..0d6e093 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -272,6 +272,17 @@ fate-vsynth%-bpp1: ENCOPTS = -pix_fmt monow fate-vsynth%-bpp15: CODEC = rawvideo fate-vsynth%-bpp15: ENCOPTS = -pix_fmt bgr555le +FATE_VCODEC-$(call ENCDEC, RAWVIDEO, MOV) += mov-bgr24 mov-bpp15 mov-bpp16 +fate-vsynth%-mov-bgr24: CODEC = rawvideo +fate-vsynth%-mov-bgr24: ENCOPTS = -pix_fmt bgr24 +fate-vsynth%-mov-bgr24: FMT = mov +fate-vsynth%-mov-bpp15: CODEC = rawvideo +fate-vsynth%-mov-bpp15: ENCOPTS = -pix_fmt rgb555le +fate-vsynth%-mov-bpp15: FMT = mov +fate-vsynth%-mov-bpp16: CODEC = rawvideo +fate-vsynth%-mov-bpp16: ENCOPTS = -pix_fmt rgb565le +fate-vsynth%-mov-bpp16: FMT = mov + FATE_VCODEC-$(call ENCDEC, ROQ, ROQ) += roqvideo fate-vsynth%-roqvideo: CODEC = roqvideo fate-vsynth%-roqvideo: ENCOPTS = -frames 5 |