aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test_qnx')
-rw-r--r--test_qnx/dce_enc_test/dce_enc_test.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test_qnx/dce_enc_test/dce_enc_test.c b/test_qnx/dce_enc_test/dce_enc_test.c
index d5b489e..cbc80e3 100644
--- a/test_qnx/dce_enc_test/dce_enc_test.c
+++ b/test_qnx/dce_enc_test/dce_enc_test.c
@@ -52,9 +52,6 @@
52 52
53#include "ti/shmemallocator/SharedMemoryAllocatorUsr.h" 53#include "ti/shmemallocator/SharedMemoryAllocatorUsr.h"
54 54
55
56#define OMAP5
57
58#define PRINT_DEBUG 55#define PRINT_DEBUG
59//#define H264_DEBUG 56//#define H264_DEBUG
60 57
@@ -1139,7 +1136,7 @@ int main(int argc, char * *argv)
1139 mpeg4enc_status = (IMPEG4ENC_Status *) status; 1136 mpeg4enc_status = (IMPEG4ENC_Status *) status;
1140 DEBUG("dce_alloc IMPEG4ENC_Status successful mpeg4enc_status=%p", mpeg4enc_status); 1137 DEBUG("dce_alloc IMPEG4ENC_Status successful mpeg4enc_status=%p", mpeg4enc_status);
1141 err = VIDENC2_control(codec, XDM_SETPARAMS, (VIDENC2_DynamicParams *) mpeg4enc_dynParams, (VIDENC2_Status *) mpeg4enc_status); 1138 err = VIDENC2_control(codec, XDM_SETPARAMS, (VIDENC2_DynamicParams *) mpeg4enc_dynParams, (VIDENC2_Status *) mpeg4enc_status);
1142 ERROR("Codec_control returned err=%d, extendedError=%08x", err, mpeg4enc_status->videnc2Status.extendedError); 1139 DEBUG("Codec_control returned err=%d, extendedError=%08x", err, mpeg4enc_status->videnc2Status.extendedError);
1143 break; 1140 break;
1144 default : 1141 default :
1145 ERROR("Unrecognized codec to encode"); 1142 ERROR("Unrecognized codec to encode");