summaryrefslogtreecommitdiff
path: root/tools_common.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-02-26 16:32:09 -0800
committerDmitry Kovalev <dkovalev@google.com>2014-02-26 16:32:09 -0800
commit4334c07357e70b2653e83abb3601680c8366d677 (patch)
treed82ddd607de8cd3bfc8e2b14a55dbebb6a7923d1 /tools_common.h
parent4632a96d9771b49d6edfe78b68e5dfbafa75fff3 (diff)
downloadlibvpx-4334c07357e70b2653e83abb3601680c8366d677.tar
libvpx-4334c07357e70b2653e83abb3601680c8366d677.tar.gz
libvpx-4334c07357e70b2653e83abb3601680c8366d677.tar.bz2
libvpx-4334c07357e70b2653e83abb3601680c8366d677.zip
Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.
Change-Id: If4b5209ac14aaba6f1c1014bc0497baa8eabfaff
Diffstat (limited to 'tools_common.h')
-rw-r--r--tools_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools_common.h b/tools_common.h
index 2e9025915..b60825cef 100644
--- a/tools_common.h
+++ b/tools_common.h
@@ -118,9 +118,6 @@ void die_codec(vpx_codec_ctx_t *ctx, const char *s);
/* The tool including this file must define usage_exit() */
void usage_exit();
-uint16_t mem_get_le16(const void *data);
-uint32_t mem_get_le32(const void *data);
-
int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
typedef struct VpxInterface {