[FFmpeg-cvslog] r23039 - in trunk/libavfilter: vsrc_buffer.c vsrc_buffer.h
Diego Biurrun
diego
Thu Jun 17 11:32:49 CEST 2010
On Fri, May 07, 2010 at 03:25:00AM +0200, michael wrote:
>
> Log:
> Add "Memory buffer source filter" from SOC.
> This is needed by the current SOC-ffmpeg.c code.
As usual you ignore certain requirements..
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ trunk/libavfilter/vsrc_buffer.h Fri May 7 03:25:00 2010 (r23039)
> @@ -0,0 +1,24 @@
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> + */
> +
> +int av_vsrc_buffer_add_frame(AVFilterContext *buffer_filter, AVFrame *frame,
> + int64_t pts, AVRational pixel_aspect);
..this is missing multiple inclusion guards and appropriate header
#includes to pass 'make checkheaders'.
Diego
More information about the ffmpeg-cvslog
mailing list