1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

lavfi: change the filter registering system to match the other libraries

Removes an arbitrary hardcoded limit on the number of filters.
This commit is contained in:
Anton Khirnov
2013-04-03 09:20:36 +02:00
parent 7e8fe4be5f
commit fa2a34cd40
7 changed files with 48 additions and 29 deletions

View File

@@ -211,7 +211,6 @@ static void exit_program(void)
uninit_opts();
avfilter_uninit();
avformat_network_deinit();
if (received_sigterm) {