Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-03 11:20:36 +0400
committerAnton Khirnov <anton@khirnov.net>2013-04-11 22:44:03 +0400
commitfa2a34cd40d124161c748bb0f430dc63c94dd0da (patch)
tree149c1a579d496d8331ffca26d9b750bdf870f5f1 /avconv.c
parent7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa (diff)
lavfi: change the filter registering system to match the other libraries
Removes an arbitrary hardcoded limit on the number of filters.
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index 6e3ee0f9ea..658dadc093 100644
--- a/avconv.c
+++ b/avconv.c
@@ -211,7 +211,6 @@ static void exit_program(void)
uninit_opts();
- avfilter_uninit();
avformat_network_deinit();
if (received_sigterm) {