Revision b3760ce0a54409c32cd388e013f0bbbc27a6c71d authored by Daniel Fort on 10 September 2017, 18:43:38 UTC, committed by Daniel Fort on 10 September 2017, 18:43:38 UTC
Raw backend: allow displaying raw previews without conflicting with LiveView info bars
1 parent 0ae8464
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