summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_mptestsrc.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>
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
|
* lavfi: remove usage of deprecated av_opt_set_defaults2() functionStefano Sabatini2011-10-02
| | | | Prefer av_opt_set_defaults() instead.
* lavfi: port mp test sourceStefano Sabatini2011-08-11