https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: d48002059c9a2b01bd347731b0646a8d51e20446 authored by bouncyball on 23 January 2017, 12:31:44 UTC
mlv_dump: changed unique_camname initial value from NULL to (unknown). Got rid of the unnecessary check. There should be only one IDNT block in a valid MLV
Tip revision: d480020
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