mirror of https://git.ffmpeg.org/ffmpeg.git
fate/microsoft: add mss2 region test case
This commit is contained in:
parent
dc4d3429e1
commit
99499125ed
|
@ -14,8 +14,9 @@ FATE_MSS2-$(call FRAMECRC, ASF, MSS2, SCALE_FILTER) += fate-mss2-rgb555 fate-mss
|
|||
fate-mss2-rgb555: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/rle555.wmv -pix_fmt rgb555le -vf scale
|
||||
fate-mss2-rgb555s: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/rle555s.wmv -pix_fmt rgb555le -vf scale
|
||||
|
||||
FATE_MSS2 += fate-mss2-wmv
|
||||
FATE_MSS2 += fate-mss2-wmv fate-mss2-region
|
||||
fate-mss2-wmv: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/msscreencodec.wmv -an -frames 100
|
||||
fate-mss2-region: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/mss2_2.wmv -an
|
||||
|
||||
FATE_MSS2-$(call FRAMECRC, ASF, MSS2) += $(FATE_MSS2)
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
#tb 0: 1/1000
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 160x120
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 57600, 0x51bc82a3
|
||||
0, 3000, 3000, 1, 57600, 0x51bc82a3
|
Loading…
Reference in New Issue