From fa2a34cd40d124161c748bb0f430dc63c94dd0da Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 3 Apr 2013 09:20:36 +0200 Subject: lavfi: change the filter registering system to match the other libraries Removes an arbitrary hardcoded limit on the number of filters. --- avplay.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'avplay.c') 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"); -- cgit v1.2.3