From 060667195e6e6bc0fa63ce13c47e23aabe70d122 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Tue, 31 Dec 2013 14:29:04 +0100 Subject: [PATCH] hevc: rename some HEVC conformance streams Some HEVC conformance streams zip on http://wftp3.itu.int/av-arch/jctvc-site/bitstream_exchange/draft_conformance/ were updated without changing the actual stream. Rename them in FATE accordingly to make it easier to track future stream updates. Signed-off-by: Anton Khirnov --- tests/fate/hevc.mak | 12 ++++++------ ...-LS_B_ORANGE_3 => hevc-conformance-LS_B_ORANGE_4} | 0 ...ance-cip_B_NEC_2 => hevc-conformance-cip_B_NEC_3} | 0 ...ce-ipcm_A_NEC_2 => hevc-conformance-ipcm_A_NEC_3} | 0 ...ce-ipcm_B_NEC_2 => hevc-conformance-ipcm_B_NEC_3} | 0 ...ce-ipcm_C_NEC_2 => hevc-conformance-ipcm_C_NEC_3} | 0 ...ce-ipcm_D_NEC_2 => hevc-conformance-ipcm_D_NEC_3} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename tests/ref/fate/{hevc-conformance-LS_B_ORANGE_3 => hevc-conformance-LS_B_ORANGE_4} (100%) rename tests/ref/fate/{hevc-conformance-cip_B_NEC_2 => hevc-conformance-cip_B_NEC_3} (100%) rename tests/ref/fate/{hevc-conformance-ipcm_A_NEC_2 => hevc-conformance-ipcm_A_NEC_3} (100%) rename tests/ref/fate/{hevc-conformance-ipcm_B_NEC_2 => hevc-conformance-ipcm_B_NEC_3} (100%) rename tests/ref/fate/{hevc-conformance-ipcm_C_NEC_2 => hevc-conformance-ipcm_C_NEC_3} (100%) rename tests/ref/fate/{hevc-conformance-ipcm_D_NEC_2 => hevc-conformance-ipcm_D_NEC_3} (100%) diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak index 56e1280901..ddf145591e 100644 --- a/tests/fate/hevc.mak +++ b/tests/fate/hevc.mak @@ -16,7 +16,7 @@ HEVC_SAMPLES = \ CAINIT_G_SHARP_3 \ CAINIT_H_SHARP_3 \ CIP_A_Panasonic_3 \ - cip_B_NEC_2 \ + cip_B_NEC_3 \ CIP_C_Panasonic_2 \ DBLK_A_SONY_3 \ DBLK_B_SONY_3 \ @@ -38,16 +38,16 @@ HEVC_SAMPLES = \ ENTP_B_LG_2 \ ENTP_C_LG_3 \ EXT_A_ericsson_3 \ - ipcm_A_NEC_2 \ - ipcm_B_NEC_2 \ - ipcm_C_NEC_2 \ - ipcm_D_NEC_2 \ + ipcm_A_NEC_3 \ + ipcm_B_NEC_3 \ + ipcm_C_NEC_3 \ + ipcm_D_NEC_3 \ ipcm_E_NEC_2 \ IPRED_A_docomo_2 \ IPRED_B_Nokia_3 \ IPRED_C_Mitsubishi_2 \ LS_A_Orange_2 \ - LS_B_ORANGE_3 \ + LS_B_ORANGE_4 \ MAXBINS_A_TI_4 \ MAXBINS_B_TI_4 \ MAXBINS_C_TI_4 \ diff --git a/tests/ref/fate/hevc-conformance-LS_B_ORANGE_3 b/tests/ref/fate/hevc-conformance-LS_B_ORANGE_4 similarity index 100% rename from tests/ref/fate/hevc-conformance-LS_B_ORANGE_3 rename to tests/ref/fate/hevc-conformance-LS_B_ORANGE_4 diff --git a/tests/ref/fate/hevc-conformance-cip_B_NEC_2 b/tests/ref/fate/hevc-conformance-cip_B_NEC_3 similarity index 100% rename from tests/ref/fate/hevc-conformance-cip_B_NEC_2 rename to tests/ref/fate/hevc-conformance-cip_B_NEC_3 diff --git a/tests/ref/fate/hevc-conformance-ipcm_A_NEC_2 b/tests/ref/fate/hevc-conformance-ipcm_A_NEC_3 similarity index 100% rename from tests/ref/fate/hevc-conformance-ipcm_A_NEC_2 rename to tests/ref/fate/hevc-conformance-ipcm_A_NEC_3 diff --git a/tests/ref/fate/hevc-conformance-ipcm_B_NEC_2 b/tests/ref/fate/hevc-conformance-ipcm_B_NEC_3 similarity index 100% rename from tests/ref/fate/hevc-conformance-ipcm_B_NEC_2 rename to tests/ref/fate/hevc-conformance-ipcm_B_NEC_3 diff --git a/tests/ref/fate/hevc-conformance-ipcm_C_NEC_2 b/tests/ref/fate/hevc-conformance-ipcm_C_NEC_3 similarity index 100% rename from tests/ref/fate/hevc-conformance-ipcm_C_NEC_2 rename to tests/ref/fate/hevc-conformance-ipcm_C_NEC_3 diff --git a/tests/ref/fate/hevc-conformance-ipcm_D_NEC_2 b/tests/ref/fate/hevc-conformance-ipcm_D_NEC_3 similarity index 100% rename from tests/ref/fate/hevc-conformance-ipcm_D_NEC_2 rename to tests/ref/fate/hevc-conformance-ipcm_D_NEC_3