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, 0 insertions, 6 deletions
diff --git a/cmds/stagefright/jpeg.h b/cmds/stagefright/jpeg.h
deleted file mode 100644
index ce86cf2..0000000
--- a/cmds/stagefright/jpeg.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _STAGEFRIGHT_JPEG_H_
-#define _STAGEFRIGHT_JPEG_H_
-
-int writeJpegFile(const char *filename, uint8_t *frame, int width, int height);
-
-#endif