Revision b664c5b7f46e7e64c8e94cb09f4d45928c1c0cc6 authored by g3gg0 on 15 June 2017, 19:11:20 UTC, committed by g3gg0 on 15 June 2017, 19:11:20 UTC
1 parent 1111f84
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