hi,
When I turn call the method VIDENC2_control via parameter XDM_GETVERSION and XDM_GETBUFINFO,it is successful,than invoke VIDENC2_process,the return value is 40000000,in document,the value indicates that the error is 'invalid base class dynamic parameters during control(This error is set when any parameter of structure IVIDENC2_DynamicParams is not in allowed range)',i tried many times,but i don't know which specific parameters.when i call the method VIDENC2_control via parameter XDM_SETPARAMS,the return value is 4000c000,the value indicates that the error are:
1.bit in 30:invalid base class dynamic parameters during control(This error is set when any parameter of structure IVIDENC2_DynamicParams is not in allowed range)
2.bit in 14:Unsupported input parameter or configuration(This error is set when the algorithm does not support certain configurable parameters. For example, if the video decoder does not support the display width feature, it will return XDM_UNSUPPORTEDPARAM when the control function is called for setting the display width attribute.)
3.bit in 15:Fatal error (stop encoding),If there is an error, and this bit is not set, the error is recoverable.This error is set when the algorithm cannot recover from the current state.It informs the system not to try the next frame and possibly delete the multimedia algorithm instance.It implies the codec will not work when reset.You should delete the current instance of the codec.
I don't know how to solve the error,can you give me some tips?i use packages is 'ivahd_h264enc_01_00_00_00_production',only XDM_SETPARAMS successful,the algorithm to work? this is my test file http://codepaste.net/862e5v.