diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-11 16:27:09 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-15 01:44:56 +0200 |
commit | 9dbe8d9e22835e289aea315354129b0758d1c573 (patch) | |
tree | d6e21e615d994b3e802ae3f72867586f522f110c /libavfilter/allfilters.c | |
parent | 1b8807964c0cf956d4bd2d6c0169dd08a89602fc (diff) | |
download | ffmpeg-9dbe8d9e22835e289aea315354129b0758d1c573.tar.gz |
lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs
The licence was changed from GPL to LGPL with explicit approval from
the original author.
See thread:
Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source,
ported from MPlayer libmpcodecs
Date: Mon, 11 Jul 2011 16:32:41 +0200
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 8d80957cff..99f7bc42e2 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -85,6 +85,7 @@ void avfilter_register_all(void) REGISTER_FILTER (FREI0R, frei0r_src, vsrc); REGISTER_FILTER (MOVIE, movie, vsrc); REGISTER_FILTER (NULLSRC, nullsrc, vsrc); + REGISTER_FILTER (RGBTESTSRC, rgbtestsrc, vsrc); REGISTER_FILTER (TESTSRC, testsrc, vsrc); REGISTER_FILTER (BUFFER, buffersink, vsink); |