Commit a17d66b7 authored by vitor's avatar vitor

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12082 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 99339654
...@@ -196,6 +196,7 @@ struct AVFilterLink ...@@ -196,6 +196,7 @@ struct AVFilterLink
enum PixelFormat format; enum PixelFormat format;
AVFilterPicRef *cur_pic; AVFilterPicRef *cur_pic;
AVFilterPicRef *outpic;
}; };
/** Link two filters together */ /** Link two filters together */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment