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.
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to