[FFmpeg-soc] [soc]: r4399 - in afilters: Makefile.dummy af_null.c avfilter.c avfilter.h dummy.c

Stefano Sabatini stefano.sabatini-lala at poste.it
Tue Jun 9 22:21:19 CEST 2009


On date Tuesday 2009-06-09 07:00:29 +0200, kdub encoded:
> @@ -497,6 +516,11 @@ struct AVFilterLink
>  
>      AVFilterPicRef *cur_pic;
>      AVFilterPicRef *outpic;
> +
> +    /** the audio buffer reference is sent accross the link by the source. */
> +    AVFilterSamplesRef *srcbuf;
> +    AVFilterSamplesRef *cur_buf;
> +    AVFilterSamplesRef *outbuf;
>  };

I know that this is as in vfilters, but what's the point of having
cur_buf with that underscore (i.e. wy not curbuf)?

Would be OK to change:
cur_pic -> curpic

(or the other way round, that is:
outpic  -> out_pic
srcpic  -> src_pic)?

Regards.


More information about the FFmpeg-soc mailing list