https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 9b97c224ab007583d79f64f3630cb44a4da987e1 authored by a1ex on 22 October 2013, 21:24:02 UTC
Close branch unified.qemu.
Tip revision: 9b97c22
crop-mode-hack.h
#ifndef __CROP_MODE_HACK_H_
#define __CROP_MODE_HACK_H_

unsigned int is_crop_hack_supported();
unsigned int movie_crop_hack_enable();
unsigned int movie_crop_hack_disable();

#endif // __CROP_MODE_HACK_H_
back to top