OSDN Git Service

Adjust the default start_frame() and end_frame() implementations to simplify
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:12:47 +0000 (22:12 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:12:47 +0000 (22:12 +0000)
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

index c680504..b14f814 100644 (file)
@@ -196,6 +196,7 @@ struct AVFilterLink
     enum PixelFormat format;
 
     AVFilterPicRef *cur_pic;
+    AVFilterPicRef *outpic;
 };
 
 /** Link two filters together */