Browse Source

fate: add lossless h264 test

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 76edf2c137)
tags/n0.8
Mans Rullgard Michael Niedermayer 14 years ago
parent
commit
73fd7c1f0a
2 changed files with 15 additions and 1 deletions
  1. +5
    -1
      tests/fate/h264.mak
  2. +10
    -0
      tests/ref/fate/h264-lossless

+ 5
- 1
tests/fate/h264.mak View File

@@ -164,7 +164,10 @@ FATE_H264 = aud_mw_e \
sva_nl1_b \
sva_nl2_e \

FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) fate-h264-interlace-crop
FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \
fate-h264-interlace-crop \
fate-h264-lossless \

FATE_TESTS += $(FATE_H264)
fate-h264: $(FATE_H264)

@@ -335,3 +338,4 @@ fate-h264-conformance-sva_nl1_b: CMD = framecrc -i $(SAMPLES)/h264-conformance/
fate-h264-conformance-sva_nl2_e: CMD = framecrc -i $(SAMPLES)/h264-conformance/SVA_NL2_E.264

fate-h264-interlace-crop: CMD = framecrc -vframes 3 -i $(SAMPLES)/h264/interlaced_crop.mp4
fate-h264-lossless: CMD = framecrc -i $(SAMPLES)/h264/lossless.h264

+ 10
- 0
tests/ref/fate/h264-lossless View File

@@ -0,0 +1,10 @@
0, 0, 460800, 0x7731dd2f
0, 1500, 460800, 0x944b8c64
0, 3000, 460800, 0xbe833041
0, 4500, 460800, 0xbe95d96a
0, 6000, 460800, 0xfe7ea5e6
0, 7500, 460800, 0x381743c7
0, 9000, 460800, 0x63fcc2e9
0, 10500, 460800, 0x79574960
0, 12000, 460800, 0xdab9e18a
0, 13500, 460800, 0xd88e8fe8

Loading…
Cancel
Save