diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-05-11 17:06:11 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-05-25 11:59:45 +0200 |
commit | ea980d4162cf783c3ed9978c6e12b9908f5b039b (patch) | |
tree | 43ed88ac26396195c264f640875058edda0c40dd /tests/fate/h264.mak | |
parent | 064b875e894f45ea9e0426696559645d87af0bc3 (diff) | |
download | ffmpeg-ea980d4162cf783c3ed9978c6e12b9908f5b039b.tar.gz |
fate: add tests for h264 and vp9 video enc parameters export
Diffstat (limited to 'tests/fate/h264.mak')
-rw-r--r-- | tests/fate/h264.mak | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index f14b46c6e0..13a596e52b 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -196,7 +196,8 @@ FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \ fate-h264-3386 \ fate-h264-missing-frame \ fate-h264-ref-pic-mod-overflow \ - fate-h264-timecode + fate-h264-timecode \ + fate-h264-encparams FATE_H264-$(call DEMDEC, H264, H264) += $(FATE_H264) FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-crop-to-container @@ -446,3 +447,6 @@ fate-h264-timecode: CMD = framecrc -i $(TARGET_SAM fate-h264-reinit-%: CMD = framecrc -i $(TARGET_SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10le,scale=w=352:h=288 fate-h264-dts_5frames: CMD = probeframes $(TARGET_SAMPLES)/h264/dts_5frames.mkv + +fate-h264-encparams: CMD = venc_data $(TARGET_SAMPLES)/h264-conformance/FRext/FRExt_MMCO4_Sony_B.264 0 1 +FATE_SAMPLES_DUMP_DATA += fate-h264-encparams |