mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
Fix IL documentation omissions/errors.
This commit is contained in:
committed by
popcornmix
parent
91a884e248
commit
6312ae528d
@@ -2726,5 +2726,14 @@ typedef struct OMX_PARAM_MINALIGNTYPE {
|
||||
OMX_U32 nMinHorizontalAlign; /**< Minimum horizontal alignment required in bytes */
|
||||
OMX_U32 nMinVerticalAlign; /**< Minimum vertical alignment required in bytes */
|
||||
} OMX_PARAM_MINALIGNTYPE;
|
||||
|
||||
/* OMX_IndexParamRemoveImagePadding: Query component padding requirements */
|
||||
/*
|
||||
Queries whether the component can remove all padding from images, or can
|
||||
accept images with no padding.
|
||||
Used by the MMAL framework predominantly.
|
||||
Superceded by OMX_IndexParamMinimumAlignment.
|
||||
*/
|
||||
|
||||
#endif
|
||||
/* File EOF */
|
||||
|
||||
Reference in New Issue
Block a user