https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 540002fc009aea33309f056a16ec282c072d58b6 authored by a1ex on 14 March 2014, 23:43:54 UTC
Close branch stubs-format
Tip revision: 540002f
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