1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-25 10:51:49 +02:00
ffmpeg/libavfilter
Vitor Sessak b3ab2f7e84 Add another "reuse" permission, to distinguish between the case where a
source filter will simply want to re-output the same image multiple times
and reuse a buffer to do it, and the case where the source filter will
output multiple image by modifying a single buffer and outputting it multiple
times.

Commited in SoC by Bobby Bingham on 2007-08-18 02:21:01

Originally committed as revision 12103 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-15 22:14:14 +00:00
..
allfilters.c Add last file of main filter framework 2008-02-15 22:02:51 +00:00
avfilter.c Do not copy more data than needed 2008-02-15 21:42:01 +00:00
avfilter.h Add another "reuse" permission, to distinguish between the case where a 2008-02-15 22:14:14 +00:00
defaults.c Force alignment of pic->linesize 2008-02-15 22:00:13 +00:00
formats.c Coding style changes 2008-02-10 18:05:02 +00:00
Makefile Remove everything not yet commited to svn 2008-02-15 19:36:58 +00:00