[FFmpeg-devel] [PATCH] Split huge transcode() function into transcode_init(), transcode(), and transcode_deinit().

Reimar Döffinger Reimar.Doeffinger
Sat Oct 16 14:58:55 CEST 2010


On Sat, Oct 16, 2010 at 01:22:09PM +0200, Stefano Sabatini wrote:
> +static int nb_istreams = 0, nb_ostreams = 0;
> +static AVInputStream **ist_table = NULL;
> +static AVOutputStream **ost_table = NULL;

Pointless initializations.



More information about the ffmpeg-devel mailing list