summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/jpeg.h
blob: ce86cf297197c277b3dd6c269cc9138fc2d11055 (plain)
1
2
3
4
5
6
#ifndef _STAGEFRIGHT_JPEG_H_
#define _STAGEFRIGHT_JPEG_H_

int writeJpegFile(const char *filename, uint8_t *frame, int width, int height);

#endif