Included video.h in pi and mmal to give access to rotation flags

This commit is contained in:
Tom
2020-04-17 11:19:01 -06:00
parent ceacef6329
commit 4cd2d4b8dc
2 changed files with 4 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Video decode on Raspberry Pi using MMAL
// Based upon example code from the Raspberry Pi
#include "video.h"
#include <Limelight.h>
#include <sps.h>

View File

@@ -28,6 +28,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Video decode on Raspberry Pi using OpenMAX IL though the ilcient helper library
// Based upon video decode example from the Raspberry Pi firmware
#include "video.h"
#include <Limelight.h>
#include <sps.h>