diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-17 10:14:52 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-17 10:14:52 +0000 |
commit | 23ccf3c7a7621175156b4f8f89d321f081adbe59 (patch) | |
tree | 8e0ee53e397b35c42073e623b9eab549c848f019 /libavfilter/allfilters.c | |
parent | bbfb2c8077d0b865135c50d3f4aa40a42aefb9ac (diff) | |
download | ffmpeg-23ccf3c7a7621175156b4f8f89d321f081adbe59.tar.gz |
Add color source.
Originally committed as revision 24282 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 90be2b45eb..e8bc771012 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -48,6 +48,7 @@ void avfilter_register_all(void) REGISTER_FILTER (VFLIP, vflip, vf); REGISTER_FILTER (BUFFER, buffer, vsrc); + REGISTER_FILTER (COLOR, color, vsrc); REGISTER_FILTER (NULLSRC, nullsrc, vsrc); REGISTER_FILTER (NULLSINK, nullsink, vsink); |