On Thu, Oct 15, 2009 at 07:54:05PM +1100, Peter Ross wrote: > > +++ b/libavcodec/anm.c > @@ -0,0 +1,177 @@ > +static av_cold int decode_init(AVCodecContext *avctx) { K&R function declarations please; you use them everywhere else. Diego