aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSubash Lakkimsetti2015-08-06 13:09:02 -0500
committerSubash Lakkimsetti2015-08-06 13:17:01 -0500
commite1466e15f90cdb7220338e683ffef9323b3e62ac (patch)
treef009bad33ac441ba3e0e047ca2df54ea87835867 /test_qnx/dce_test
parent15c5b8f2ea1094226a2f14bacb2441a07049631b (diff)
downloadrepo-libdce-e1466e15f90cdb7220338e683ffef9323b3e62ac.tar.gz
repo-libdce-e1466e15f90cdb7220338e683ffef9323b3e62ac.tar.xz
repo-libdce-e1466e15f90cdb7220338e683ffef9323b3e62ac.zip
VC1: setting the error concealment
IVC1VDEC_Params.errorConcealmentON to TURE. Change-Id: Ia6abfd11adff48558509692d5bcf751e9ec5a97a Signed-off-by: Subash Lakkimsetti <x0091084@ti.com>
Diffstat (limited to 'test_qnx/dce_test')
-rw-r--r--test_qnx/dce_test/dce_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_qnx/dce_test/dce_test.c b/test_qnx/dce_test/dce_test.c
index ac8e536..7e60dd0 100644
--- a/test_qnx/dce_test/dce_test.c
+++ b/test_qnx/dce_test/dce_test.c
@@ -900,6 +900,7 @@ int main(int argc, char * *argv)
900 case DCE_TEST_VC1SMP : 900 case DCE_TEST_VC1SMP :
901 case DCE_TEST_VC1AP : 901 case DCE_TEST_VC1AP :
902 vc1_params = (IVC1VDEC_Params *) params; 902 vc1_params = (IVC1VDEC_Params *) params;
903 vc1_params->errorConcealmentON = TRUE;
903 904
904 DEBUG("dce_alloc VIDDEC3_Params successful vc1_params=%p", vc1_params); 905 DEBUG("dce_alloc VIDDEC3_Params successful vc1_params=%p", vc1_params);
905 906