[FFmpeg-devel] [PATCH] DeluxePaint Animation playback system

Diego Biurrun diego
Thu Oct 15 19:01:28 CEST 2009


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



More information about the ffmpeg-devel mailing list