https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 847794ec8ad3e9a0c0148edc164a0713b145c9d7 authored by alex@thinkpad on 26 June 2016, 20:27:40 UTC
adv_int: ignore empty lines when loading keyframes
Tip revision: 847794e
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