summaryrefslogtreecommitdiff
path: root/domx/omx_core/inc/OMX_TI_Image.h
diff options
context:
space:
mode:
Diffstat (limited to 'domx/omx_core/inc/OMX_TI_Image.h')
-rwxr-xr-xdomx/omx_core/inc/OMX_TI_Image.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/domx/omx_core/inc/OMX_TI_Image.h b/domx/omx_core/inc/OMX_TI_Image.h
index 4035218..88f7b26 100755
--- a/domx/omx_core/inc/OMX_TI_Image.h
+++ b/domx/omx_core/inc/OMX_TI_Image.h
@@ -53,10 +53,11 @@
* The OMX_TI_IMAGE_CODINGTYPE enumeration is used to define the
* extended image coding types.
*/
-typedef enum OMX_TI_IMAGE_CODINGTYPE
-{
+typedef enum OMX_TI_IMAGE_CODINGTYPE {
OMX_TI_IMAGE_CodingJPS = OMX_IMAGE_CodingVendorStartUnused + 1, /**< JPS format */
- OMX_TI_IMAGE_CodingMPO /**< MPO format */
+ OMX_TI_IMAGE_CodingMPO, /**< MPO format */
+ OMX_TI_IMAGE_CodingJPEG_SOC,
+ OMX_TI_IMAGE_CodingJPEG_SOC_SPOOFED
} OMX_TI_IMAGE_CODINGTYPE;
#endif /* OMX_TI_IMAGE_H */