diff options
Diffstat (limited to 'src/ipa/simple/ipa_context.h')
-rw-r--r-- | src/ipa/simple/ipa_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/simple/ipa_context.h b/src/ipa/simple/ipa_context.h index fd121eeb..c510c436 100644 --- a/src/ipa/simple/ipa_context.h +++ b/src/ipa/simple/ipa_context.h @@ -53,7 +53,7 @@ struct IPAActiveState { struct IPAFrameContext : public FrameContext { struct { - uint32_t exposure; + int32_t exposure; double gain; } sensor; }; |