Browse Source

fate/hevc: add skip_loop_filter test

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.0
sfan5 Michael Niedermayer 8 years ago
parent
commit
d3a2100c67
2 changed files with 17 additions and 0 deletions
  1. +3
    -0
      tests/fate/hevc.mak
  2. +14
    -0
      tests/ref/fate/hevc-skiploopfilter

+ 3
- 0
tests/fate/hevc.mak View File

@@ -239,6 +239,9 @@ fate-hevc-bsf-mp4toannexb: CMD = md5 -i $(TARGET_PATH)/tests/data/hevc-mp4.mov -
fate-hevc-bsf-mp4toannexb: CMP = oneline
fate-hevc-bsf-mp4toannexb: REF = 1873662a3af1848c37e4eb25722c8df9

fate-hevc-skiploopfilter: CMD = framemd5 -skip_loop_filter nokey -i $(TARGET_SAMPLES)/hevc-conformance/SAO_D_Samsung_5.bit -sws_flags bitexact
FATE_HEVC += fate-hevc-skiploopfilter

FATE_HEVC-$(call DEMDEC, HEVC, HEVC) += $(FATE_HEVC)

# this sample has two stsd entries and needs to reload extradata


+ 14
- 0
tests/ref/fate/hevc-skiploopfilter View File

@@ -0,0 +1,14 @@
#format: frame checksums
#version: 2
#hash: MD5
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 1920x1080
#sar 0: 0/1
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 3110400, 076c9288843ef1197a8cbef7f9a13fee
0, 1, 1, 1, 3110400, 6190eeea952805ebde69d22961aaeb45
0, 2, 2, 1, 3110400, 9aaa5111d5e6b25dcf5ddd19c58f17f7
0, 3, 3, 1, 3110400, 52a487e5f71b314e33e6632b4496f0a6
0, 4, 4, 1, 3110400, 13abb1c78313705b57a8298dc1e6c0e2

Loading…
Cancel
Save