[FFmpeg-devel] [PATCH] png parser
Diego Biurrun
diego
Wed May 27 16:34:12 CEST 2009
On Wed, May 27, 2009 at 03:38:02PM +0200, Peter Holik wrote:
>
> upps, patch for allcodecs.c missed
>
> --- /dev/null
> +++ b/libavcodec/png_parser.c
> @@ -0,0 +1,95 @@
> +
> + for(; i < buf_size; i++){
for () {
> + pc->frame_start_found = 0;
> + pc->state64 = 0;
align
> + *poutbuf = NULL;
> + *poutbuf_size = 0;
> +
> + *poutbuf = buf;
> + *poutbuf_size = buf_size;
ditto
Diego
More information about the ffmpeg-devel
mailing list