diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-03-22 09:55:11 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-24 17:44:11 +0200 |
commit | fc18cc44ebfae07da153dc782572e7ce2f6fe47d (patch) | |
tree | e0a646b40776a07bb1ce193a06c136705051f4ae /tests/fate | |
parent | 35386fbf419349437dee1c829cfae8eb32ad8366 (diff) | |
download | ffmpeg-streaming-fc18cc44ebfae07da153dc782572e7ce2f6fe47d.zip ffmpeg-streaming-fc18cc44ebfae07da153dc782572e7ce2f6fe47d.tar.gz |
fate: add CVFC1_Sony_C to h264 conformance tests
The sample is already included in the FATE suite, but is not tested
because cropping wasn't fully supported before.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 74c6a2d..d43db3f 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -64,6 +64,7 @@ FATE_H264 = aud_mw_e \ ci_mw_d \ cvbs3_sony_c \ cvcanlma2_sony_c \ + cvfc1_sony_c \ cvfi1_sony_d \ cvfi1_sva_c \ cvfi2_sony_h \ @@ -255,6 +256,7 @@ fate-h264-conformance-ci1_ft_b: CMD = framecrc -i $(SAMPLES)/h fate-h264-conformance-ci_mw_d: CMD = framecrc -i $(SAMPLES)/h264-conformance/CI_MW_D.264 fate-h264-conformance-cvbs3_sony_c: CMD = framecrc -i $(SAMPLES)/h264-conformance/CVBS3_Sony_C.jsv fate-h264-conformance-cvcanlma2_sony_c: CMD = framecrc -i $(SAMPLES)/h264-conformance/CVCANLMA2_Sony_C.jsv +fate-h264-conformance-cvfc1_sony_c: CMD = framecrc -flags unaligned -i $(SAMPLES)/h264-conformance/CVFC1_Sony_C.jsv fate-h264-conformance-cvfi1_sony_d: CMD = framecrc -i $(SAMPLES)/h264-conformance/CVFI1_Sony_D.jsv fate-h264-conformance-cvfi1_sva_c: CMD = framecrc -i $(SAMPLES)/h264-conformance/CVFI1_SVA_C.264 fate-h264-conformance-cvfi2_sony_h: CMD = framecrc -i $(SAMPLES)/h264-conformance/CVFI2_Sony_H.jsv |