mirror of https://git.ffmpeg.org/ffmpeg.git
fate/video: add DXV3 HQ tests
Signed-off-by: Connor Worley <connorbworley@gmail.com>
This commit is contained in:
parent
5fbb6fc636
commit
395469c1b0
|
@ -152,6 +152,12 @@ fate-dxv3-dxt1: CMD = framecrc -i $(TARGET_SAMPLES)/dxv/dxv3-nqna.mov
|
|||
FATE_DXV += fate-dxv3-dxt5
|
||||
fate-dxv3-dxt5: CMD = framecrc -i $(TARGET_SAMPLES)/dxv/dxv3-nqwa.mov
|
||||
|
||||
FATE_DXV += fate-dxv3-ycg6
|
||||
fate-dxv3-ycg6: CMD = framecrc -i $(TARGET_SAMPLES)/dxv/dxv3-hqna.mov
|
||||
|
||||
FATE_DXV += fate-dxv3-yg10
|
||||
fate-dxv3-yg10: CMD = framecrc -i $(TARGET_SAMPLES)/dxv/dxv3-hqwa.mov
|
||||
|
||||
FATE_VIDEO-$(call FRAMECRC, MOV, DXV) += $(FATE_DXV)
|
||||
fate-dxv: $(FATE_DXV)
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#tb 0: 1/30
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 256x256
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 98304, 0x22992f41
|
|
@ -0,0 +1,6 @@
|
|||
#tb 0: 1/30
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 256x256
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 163840, 0x5f1d3e32
|
Loading…
Reference in New Issue