diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 14:17:20 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 14:18:44 +0200 |
commit | 3c2e4c2a9bacb3262bd689c7d84f8a46359b9040 (patch) | |
tree | 9776c051c5f99304030e93d1c6afeb0cbf765582 /libavfilter/avfilter.c | |
parent | 38788f2de5d6d7e696a34674baa83b78e3f2ee6b (diff) | |
download | ffmpeg-3c2e4c2a9bacb3262bd689c7d84f8a46359b9040.tar.gz |
lavfi/showwaves: switch to an AVOptions-based system.
Diffstat (limited to 'libavfilter/avfilter.c')
-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 8c92b88a9d..3898529cd7 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -694,7 +694,6 @@ static const char *const filters_left_to_update[] = { "sendcmd", "setdar", "setsar", - "showwaves", "smptebars", }; |