diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 18:49:46 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 18:49:46 +0200 |
commit | c1907bd732c026ad5b9464d3fd41ae7ebad0ee59 (patch) | |
tree | 534cea3c9cbaeb7f73616b6ebe6f27a80da958fd /libavfilter/avfilter.c | |
parent | 7f09b888e88dcf063810378d411fa92ebbd7c36a (diff) | |
download | ffmpeg-c1907bd732c026ad5b9464d3fd41ae7ebad0ee59.tar.gz |
lavfi/removelogo: 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 64d9e933ea..1af15ca3f7 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -681,7 +681,6 @@ static const char *const filters_left_to_update[] = { "hue", "mp", "pan", - "removelogo", "scale", "setdar", "setsar", |