diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-02 13:11:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-02 13:11:42 +0200 |
commit | bf0e5ac9cc58353ea4ae5808f87384bd381820bf (patch) | |
tree | 3479bf4a7a1678f0fc2b75e8d8abd9c365c8bd01 | |
parent | f284e85714527dceb0876c0dee39cc7a3228bed9 (diff) | |
download | ffmpeg-bf0e5ac9cc58353ea4ae5808f87384bd381820bf.tar.gz |
fate: fate-hevc-conformance-INITQP_B_Sony_1 belongs to the 10bit kind
Fixes the test on big endian
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | tests/fate/hevc.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak index 2c746d8ee6..d1c5817d90 100644 --- a/tests/fate/hevc.mak +++ b/tests/fate/hevc.mak @@ -38,7 +38,6 @@ HEVC_SAMPLES = \ FILLER_A_Sony_1 \ HRD_A_Fujitsu_2 \ INITQP_A_Sony_1 \ - INITQP_B_Sony_1 \ ipcm_A_NEC_3 \ ipcm_B_NEC_3 \ ipcm_C_NEC_3 \ @@ -142,6 +141,7 @@ HEVC_SAMPLES_10BIT = \ WPP_D_ericsson_MAIN10_2 \ WPP_E_ericsson_MAIN10_2 \ WPP_F_ericsson_MAIN10_2 \ + INITQP_B_Sony_1 \ # equivalent bitstreams # AMP_D_Hisilicon_3 -- AMP_D_Hisilicon |