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
Showing
- vp8/encoder/encodeframe.c 2 additions, 8 deletionsvp8/encoder/encodeframe.c
- vp8/encoder/encodeframe.h 27 additions, 0 deletionsvp8/encoder/encodeframe.h
- vp8/encoder/ethreading.c 1 addition, 3 deletionsvp8/encoder/ethreading.c
- vp8/encoder/firstpass.c 1 addition, 2 deletionsvp8/encoder/firstpass.c
- vp8/encoder/onyx_if.c 1 addition, 0 deletionsvp8/encoder/onyx_if.c
- vp8/encoder/onyx_int.h 0 additions, 4 deletionsvp8/encoder/onyx_int.h
- vp8/vp8cx.mk 1 addition, 0 deletionsvp8/vp8cx.mk
Loading
Please register or sign in to comment