mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit 'dc3fe45fca'
* commit 'dc3fe45fca':
fate: Add test for rscc palette
Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
dffa4ec1ed
2 changed files with 9 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ fate-g2m: $(FATE_G2M)
|
|||
FATE_RSCC += fate-iscc
|
||||
fate-iscc: CMD = framecrc -i $(TARGET_SAMPLES)/rscc/pip.avi -an
|
||||
|
||||
FATE_RSCC += fate-rscc-8bit
|
||||
fate-rscc-8bit: CMD = framecrc -i $(TARGET_SAMPLES)/rscc/8bpp.avi -an -pix_fmt rgb24
|
||||
|
||||
FATE_RSCC += fate-rscc-16bit
|
||||
fate-rscc-16bit: CMD = framecrc -i $(TARGET_SAMPLES)/rscc/16bpp_555.avi -an
|
||||
|
||||
|
|
|
|||
6
tests/ref/fate/rscc-8bit
Normal file
6
tests/ref/fate/rscc-8bit
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#tb 0: 100/2997
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 854x480
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 1229760, 0xfdf2e538
|
||||
Loading…
Add table
Add a link
Reference in a new issue