summaryrefslogtreecommitdiff
path: root/libavfilter/vf_copy.c
Commit message (Collapse)AuthorAge
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
| | | | | | | GCC 4.6.2 at least still seems to fail to put them in .rodata though, see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-28
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk