https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ccb3cff4f020be1a2a5a52e4eed93d3b94dc4092 authored by danne on 10 January 2017, 00:24:03 UTC
mlv_dump --black-fix now working with 10 and 12bit files
Tip revision: ccb3cff
features.h
#include "all_features.h"

#undef FEATURE_IMAGE_POSITION
//#undef FEATURE_FPS_OVERRIDE
#undef FEATURE_FPS_WAV_RECORD
#undef FEATURE_FPS_RAMPING
#undef FEATURE_EXPO_ISO_DIGIC // not working, no idea why -> test on master?
#undef FEATURE_SHUTTER_LOCK // Canon has it
#undef FEATURE_IMAGE_EFFECTS // they work in preview only and cause trouble

#undef FEATURE_WIND_FILTER //Blocks Meters, esp external audio
#undef FEATURE_HEADPHONE_MONITORING // need code on master (?)

//~ #define FEATURE_VIDEO_HACKS // unclean patching

#undef FEATURE_AF_PATTERNS

#define FEATURE_AUDIO_REMOTE_SHOT

#undef FEATURE_VIGNETTING_CORRECTION // requires master code
back to top