Skip to content

Commit

Permalink
mmal: Add mapping for IL OMX_IndexParamBrcmEnableIJGTableScaling param
Browse files Browse the repository at this point in the history
Adds MMAL_PARAMETER_JPEG_IJG_SCALING to map onto the IL parameter
OMX_IndexParamBrcmEnableIJGTableScaling.
  • Loading branch information
6by9 authored and popcornmix committed Feb 2, 2022
1 parent 0957092 commit 8fa944c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/mmal/mmal_parameters_camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ enum {
MMAL_PARAMETER_DPC, /**< Tales a @ref MMAP_PARAMETER_DPC_T */
MMAL_PARAMETER_GAMMA, /**< Tales a @ref MMAP_PARAMETER_GAMMA_T */
MMAL_PARAMETER_CDN, /**< Takes a @ref MMAL_PARAMETER_CDN_T */
MMAL_PARAMETER_JPEG_IJG_SCALING, /**< Takes a @ref MMAL_PARAMETER_BOOLEAN_T */
};

/** Thumbnail configuration parameter type */
Expand Down

0 comments on commit 8fa944c

Please sign in to comment.