diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-26 21:36:05 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-26 21:36:05 +0000 |
commit | 13fabd7a8d6b01587cfc5049549d2e389b568182 (patch) | |
tree | d5ec71628686c25550c495c23e1e499ca579d946 /libavfilter/allfilters.c | |
parent | b6c06894560b9ed11bb6bf6d3036e7c278e1becf (diff) | |
download | ffmpeg-13fabd7a8d6b01587cfc5049549d2e389b568182.tar.gz |
Port MPlayer blackframe filter.
See thread:
Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter.
Date: Sun, 26 Sep 2010 01:10:40 +0200
Originally committed as revision 25214 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 ec7d933115..d9681e67d8 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -41,6 +41,7 @@ void avfilter_register_all(void) REGISTER_FILTER (ANULLSINK, anullsink, asink); REGISTER_FILTER (ASPECT, aspect, vf); + REGISTER_FILTER (BLACKFRAME, blackframe, vf); REGISTER_FILTER (CROP, crop, vf); REGISTER_FILTER (FIFO, fifo, vf); REGISTER_FILTER (FORMAT, format, vf); |