summaryrefslogtreecommitdiff
path: root/avplay.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-03 09:20:36 +0200
committerAnton Khirnov <anton@khirnov.net>2013-04-11 20:44:03 +0200
commitfa2a34cd40d124161c748bb0f430dc63c94dd0da (patch)
tree149c1a579d496d8331ffca26d9b750bdf870f5f1 /avplay.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 'avplay.c')
-rw-r--r--avplay.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/avplay.c b/avplay.c
index 4b7576cc1f..018f63dedb 100644
--- a/avplay.c
+++ b/avplay.c
@@ -1246,9 +1246,6 @@ static void do_exit(void)
cur_stream = NULL;
}
uninit_opts();
-#if CONFIG_AVFILTER
- avfilter_uninit();
-#endif
avformat_network_deinit();
if (show_status)
printf("\n");