The rationale behind this is that a user of the library is interested in
the meaning of the data passed, not on its storage size.
#ifndef __AM7XXX_H
#define __AM7XXX_H
-#include <stdint.h>
#include <libusb-1.0/libusb.h>
#ifdef __cplusplus
am7xxx_image_format format,
unsigned int width,
unsigned int height,
- uint8_t *image,
+ unsigned char *image,
unsigned int size);
/*
int format = AM7XXX_IMAGE_FORMAT_JPEG;
int width = 800;
int height = 480;
- uint8_t *image;
+ unsigned char *image;
unsigned int size;
unsigned int native_width;
unsigned int native_height;