diff options
author | Guillaume Martres <smarter@ubuntu.com> | 2013-12-31 14:29:03 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-01-06 08:03:35 +0100 |
commit | 98c0cd0b99254cd12f312bf6a4c24cd3ec5886b5 (patch) | |
tree | 2e547581bcb2986ea6cf9ee6c868f698c1aece4a /tests/fate | |
parent | 7ce88e5ec41484c452da56853a6897803da9c2a5 (diff) | |
download | ffmpeg-98c0cd0b99254cd12f312bf6a4c24cd3ec5886b5.tar.gz |
hevc: add new conformance streams
Also remove superseded conformance streams. The conformance streams all
come from http://wftp3.itu.int/av-arch/jctvc-site/bitstream_exchange/draft_conformance/
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/hevc.mak | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak index d5d49ce0db..56e1280901 100644 --- a/tests/fate/hevc.mak +++ b/tests/fate/hevc.mak @@ -42,6 +42,7 @@ HEVC_SAMPLES = \ ipcm_B_NEC_2 \ ipcm_C_NEC_2 \ ipcm_D_NEC_2 \ + ipcm_E_NEC_2 \ IPRED_A_docomo_2 \ IPRED_B_Nokia_3 \ IPRED_C_Mitsubishi_2 \ @@ -83,6 +84,7 @@ HEVC_SAMPLES = \ RPS_C_ericsson_4 \ RPS_D_ericsson_5 \ RPS_E_qualcomm_5 \ + RPS_F_docomo_1 \ RQT_A_HHI_4 \ RQT_B_HHI_4 \ RQT_C_HHI_4 \ @@ -107,10 +109,11 @@ HEVC_SAMPLES = \ STRUCT_B_Samsung_4 \ TILES_A_Cisco_2 \ TILES_B_Cisco_1 \ - TMVP_A_MS_2 \ + TMVP_A_MS_3 \ TSCL_A_VIDYO_5 \ TSCL_B_VIDYO_4 \ - TSKIP_A_MS_2 \ + TSKIP_A_MS_3 \ + TUSIZE_A_Samsung_1 \ WP_A_Toshiba_3 \ WP_B_Toshiba_3 \ WPP_A_ericsson_MAIN_2 \ |