Formalize encodeframe.c forward delclarations
authorJohn Koleszar <jkoleszar@google.com>
Fri, 4 May 2012 16:46:57 +0000 (09:46 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 4 May 2012 17:44:47 +0000 (10:44 -0700)
commit22f56b93e58e04b0a68bc226437ed129559b85e6
tree2461c5d5cabecfcfad51e84b41ee828c53daf706
parent3e32105d63c0a15198b0b4e1172c1c934e1c5b7d
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
vp8/encoder/encodeframe.c
vp8/encoder/encodeframe.h [new file with mode: 0644]
vp8/encoder/ethreading.c
vp8/encoder/firstpass.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/vp8cx.mk