From 462f57dbd855bd3c57e7580730b15f4c66cad71e Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 22:12:47 +0000 Subject: Adjust the default start_frame() and end_frame() implementations to simplify the implementation of simple filters. Commited in SoC by Bobby Bingham on 2007-07-08 16:48:15 Originally committed as revision 12082 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index c680504bb0..b14f814c63 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -196,6 +196,7 @@ struct AVFilterLink enum PixelFormat format; AVFilterPicRef *cur_pic; + AVFilterPicRef *outpic; }; /** Link two filters together */ -- cgit v1.2.3