summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2012-05-04 09:46:57 -0700
committerJohn Koleszar <jkoleszar@google.com>2012-05-04 10:44:47 -0700
commit22f56b93e58e04b0a68bc226437ed129559b85e6 (patch)
tree2461c5d5cabecfcfad51e84b41ee828c53daf706 /vp8/encoder/onyx_if.c
parent3e32105d63c0a15198b0b4e1172c1c934e1c5b7d (diff)
downloadlibvpx-22f56b93e58e04b0a68bc226437ed129559b85e6.tar
libvpx-22f56b93e58e04b0a68bc226437ed129559b85e6.tar.gz
libvpx-22f56b93e58e04b0a68bc226437ed129559b85e6.tar.bz2
libvpx-22f56b93e58e04b0a68bc226437ed129559b85e6.zip
Formalize encodeframe.c forward delclarations
Change If4321cc5 fixed a bug caused by forward declarations not being kept in sync across C files, resulting in a function call with the wrong arguments. The commit moves the affected function declarations into a header file, along with the other symbols from encodeframe.c that were being sloppily shared. Change-Id: I76a7b4c66d4fe175f9cbef7e52148655e4bb9ba1
Diffstat (limited to 'vp8/encoder/onyx_if.c')
-rw-r--r--vp8/encoder/onyx_if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index 7c8740f09..8a59e1d53 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -36,6 +36,7 @@
#if CONFIG_MULTI_RES_ENCODING
#include "mr_dissim.h"
#endif
+#include "encodeframe.h"
#include <math.h>
#include <stdio.h>