lavfi/aspect: switch to an AVOptions-based system.

This is heavily based on 2831b307 by Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Clément Bœsch
2013-04-11 21:59:53 +02:00
parent 647fe2e777
commit 71ef1ec7b4
4 changed files with 42 additions and 52 deletions

View File

@@ -681,8 +681,6 @@ static const char *const filters_left_to_update[] = {
"mp",
"pan",
"scale",
"setdar",
"setsar",
};
static int filter_use_deprecated_init(const char *name)