Index to set/get video port defn. missing in OMX header file

Hi,

An observation :
In the spec (section 4.3.4) its given that to set/get the definition for a
video port for a given component, the OMX_INDEXTYPE would be
OMX_Index_ParamVideoPort.This idex is not present/missing in the
OMX_Index.h

So, inorder to set/get the video port defn., one need to use index
OMX_IndexParamPortdefinition?

ppl, plz respond if similar observations are made.

Thanks.

Thats right. Another not so critical example related to video processing:

The documentation specifies OMX_IndexConfigCommonCrop whereas the headers define OMX_IndexConfigCommonInputCrop and OMX_IndexConfigCommonOutputCrop.