Revision 142b54530dfe3f8f40b96da52ed8a081348668dd authored by a1ex on 27 January 2015, 20:48:44 UTC, committed by a1ex on 27 January 2015, 20:48:44 UTC
1 parent 2e7479d
Raw File
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