diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-23 20:33:18 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-24 22:26:13 +0000 |
commit | e63dd5fb04ab831ca8f17fa824cfd703e317c1a1 (patch) | |
tree | 652fa76f1cdd1dcb9edbff2eba9b8e9503218c94 /tests/fate | |
parent | efa6ce9982ffde33b7303498ff28fcf39ff68b8d (diff) | |
download | ffmpeg-e63dd5fb04ab831ca8f17fa824cfd703e317c1a1.tar.gz |
fate: add h264 test for extreme cases in planar prediction
Signed-off-by: Mans Rullgard <mans@mansr.com>
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 |