https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 7aa4c8eef6357b09763a8cd1cf8508401312767a authored by a1ex on 19 June 2016, 18:08:13 UTC
Close branch rec_ui_fix.
Tip revision: 7aa4c8e
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