On 09/14/2013 08:04 AM, Diego Biurrun wrote: > On Fri, Sep 13, 2013 at 04:31:00PM -0400, Justin Ruggles wrote: >> --- >> doc/general.texi | 2 +- >> libavcodec/webp.c | 1173 >> ++++++++++++++++++++++++++++++++++++++++++++++++++++- >> 2 files changed, 1164 insertions(+), 11 deletions(-) [...] >> +static int decode_entropy_coded_image(WebPContext *s, enum ImageRole role); > > You could avoid the forward declaration by reordering the functions.
not possible. decode_entropy_coded_image() and decode_entropy_image() call eachother. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
