From 13c506918729c8a75d1012ba485fe25755c8221a Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 20 Jun 2012 01:54:58 +0000 Subject: lavfi: add smptebars source Patch readapted by Stefano Sabatini, color values proposed by Tim Nicholson . Address trac ticket #1462. See thread: Subject: [FFmpeg-devel] [PATCH] smptebars filter Date: Wed, 20 Jun 2012 01:54:58 +0000 Signed-off-by: Paul B Mahol Signed-off-by: Stefano Sabatini --- libavfilter/allfilters.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/allfilters.c') diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 403383da93..da1c8e62ae 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -129,6 +129,7 @@ void avfilter_register_all(void) REGISTER_FILTER (MPTESTSRC, mptestsrc, vsrc); REGISTER_FILTER (NULLSRC, nullsrc, vsrc); REGISTER_FILTER (RGBTESTSRC, rgbtestsrc, vsrc); + REGISTER_FILTER (SMPTEBARS, smptebars, vsrc); REGISTER_FILTER (TESTSRC, testsrc, vsrc); REGISTER_FILTER (BUFFERSINK, buffersink, vsink); -- cgit v1.2.3