summaryrefslogtreecommitdiff
path: root/tools_common.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-02-07 11:37:39 -0800
committerDmitry Kovalev <dkovalev@google.com>2014-02-07 11:37:39 -0800
commit592936b4970582ee59cf3764188813b9ee5d7c46 (patch)
treebb1ceb21ecacd63e2e6d4d2bd8030a684fee24a9 /tools_common.h
parent9e41de4d615907809cba089a5206a9155301285d (diff)
downloadlibvpx-592936b4970582ee59cf3764188813b9ee5d7c46.tar
libvpx-592936b4970582ee59cf3764188813b9ee5d7c46.tar.gz
libvpx-592936b4970582ee59cf3764188813b9ee5d7c46.tar.bz2
libvpx-592936b4970582ee59cf3764188813b9ee5d7c46.zip
Cleaning up {simple, twopass}_encoder examples.
Change-Id: Ide9c408f4cee7408741ef8c0ffac01645a5a67ca
Diffstat (limited to 'tools_common.h')
-rw-r--r--tools_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools_common.h b/tools_common.h
index 967b7a1fb..0f60c4c3a 100644
--- a/tools_common.h
+++ b/tools_common.h
@@ -129,6 +129,10 @@ vpx_codec_iface_t *get_codec_interface(unsigned int fourcc);
// of vpx_image_t support
void vpx_img_write(const vpx_image_t *img, FILE *file);
+// TODO(dkovalev): move this function to vpx_image.{c, h}, so it will be part
+// of vpx_image_t support
+int vpx_img_read(vpx_image_t *img, FILE *file);
+
#ifdef __cplusplus
} /* extern "C" */
#endif