https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 5b8c7334f5c6b2382402db5df06f365cb8c68be6 authored by bouncyball on 09 July 2017, 09:24:03 UTC
fix: honor 'relaxed' mode during DNG export
Tip revision: 5b8c733
hdr.h
#ifndef _hdr_h_
#define _hdr_h_

/* HDR video & related */
/* todo: rename to hdr-video.c/h? */

int hdr_video_enabled();
void hdr_get_iso_range(int* iso_low, int* iso_high);
int get_effective_hdr_iso_for_display(int raw_iso);


#endif
back to top