summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/stagefright/jpeg.h')
-rw-r--r--cmds/stagefright/jpeg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmds/stagefright/jpeg.h b/cmds/stagefright/jpeg.h
new file mode 100644
index 0000000..ce86cf2
--- /dev/null
+++ b/cmds/stagefright/jpeg.h
@@ -0,0 +1,6 @@
+#ifndef _STAGEFRIGHT_JPEG_H_
+#define _STAGEFRIGHT_JPEG_H_
+
+int writeJpegFile(const char *filename, uint8_t *frame, int width, int height);
+
+#endif