diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-23 20:33:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-26 03:43:29 +0100 |
commit | c78c182097d463ca72e459174d29a4e0b3ccc1f2 (patch) | |
tree | 3cd67f063c2dbbe20cdd8b6366555c1dc97bb82d /tests/fate | |
parent | 5658abf8c96f89fe79eac0eb6f0a87d3c649f091 (diff) | |
download | ffmpeg-c78c182097d463ca72e459174d29a4e0b3ccc1f2.tar.gz |
fate: add h264 test for extreme cases in planar prediction
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e63dd5fb04ab831ca8f17fa824cfd703e317c1a1)
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/h264.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index 25517feee2..259e1e0ea0 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -167,6 +167,7 @@ FATE_H264 = aud_mw_e \ FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \ fate-h264-interlace-crop \ fate-h264-lossless \ + fate-h264-extreme-plane-pred \ FATE_TESTS += $(FATE_H264) fate-h264: $(FATE_H264) @@ -339,3 +340,4 @@ fate-h264-conformance-sva_nl2_e: CMD = framecrc -i $(SAMPLES)/h264-conformance/ fate-h264-interlace-crop: CMD = framecrc -vframes 3 -i $(SAMPLES)/h264/interlaced_crop.mp4 fate-h264-lossless: CMD = framecrc -i $(SAMPLES)/h264/lossless.h264 +fate-h264-extreme-plane-pred: CMD = framemd5 -strict 1 -vsync 0 -i $(SAMPLES)/h264/extreme-plane-pred.h264 |