diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 15:13:49 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 15:14:07 +0200 |
commit | 7464b9e31904a4b4c65afbac17c1f8aa2dda9876 (patch) | |
tree | 23e64be1fe9a2ab46e4c7efb6b14b2c3c0efb78b | |
parent | 11f6174a91043a52f79ea14ee96c780868ebac08 (diff) | |
download | ffmpeg-7464b9e31904a4b4c65afbac17c1f8aa2dda9876.tar.gz |
lavfi: remove bbox from the filters left to update.
The filter doesn't take any option and thus works with the new system.
-rw-r--r-- | libavfilter/avfilter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 04cd9a776a..18753b3baa 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -680,7 +680,6 @@ static const char *const filters_left_to_update[] = { "aresample", "asetnsamples", "atempo", - "bbox", "buffer", "flite", "hue", |