Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 8fa944c

Browse files
6by9popcornmix
authored andcommitted
mmal: Add mapping for IL OMX_IndexParamBrcmEnableIJGTableScaling param
Adds MMAL_PARAMETER_JPEG_IJG_SCALING to map onto the IL parameter OMX_IndexParamBrcmEnableIJGTableScaling.
1 parent 0957092 commit 8fa944c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/mmal/mmal_parameters_camera.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ enum {
155155
MMAL_PARAMETER_DPC, /**< Tales a @ref MMAP_PARAMETER_DPC_T */
156156
MMAL_PARAMETER_GAMMA, /**< Tales a @ref MMAP_PARAMETER_GAMMA_T */
157157
MMAL_PARAMETER_CDN, /**< Takes a @ref MMAL_PARAMETER_CDN_T */
158+
MMAL_PARAMETER_JPEG_IJG_SCALING, /**< Takes a @ref MMAL_PARAMETER_BOOLEAN_T */
158159
};
159160

160161
/** Thumbnail configuration parameter type */

0 commit comments

Comments
 (0)