This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

The codec engine difference between dvsdk_2_10_01_18 and dvsdk-evm_4_02_00_06

Under DM365 and dvsdk_2_10_01_18  (Montavista 5.0) 

I Tested Jpg rotation function with image_encode_io1 (image_encode_io1_dm365.x470MV), and it worked good. (The rotation function is implemented by myself).

But Under DM368 and  dvsdk-evm_4_02_00_06 (CodeSourcery)

I used the same way to implement jpg rotaion, and the image_encode_io1_dm368.x470MV is blocked at IMGENC1_process()

I migrated dvsdk-evm_4_02_00_06's dmai to dvsdk_2_10_01_18, and the rotation function still workd good.

I think the cause is the difference between codec-engine_2_26_02_11( dvsdk-evm_4_02_00_06) and codec_engine_2_24  (dvsdk_2_10_01_18) .

But i can not find the prolem.

Is there any advice?

thanks