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

lavfi: deprecate aconvert.

This filter is not required anymore with aformat. Drop it at next bump.
This commit is contained in:
Clément Bœsch
2013-04-11 18:23:18 +02:00
parent 71ef1ec7b4
commit 9ab221f8d8
8 changed files with 16 additions and 5 deletions

View File

@@ -45,7 +45,9 @@ void avfilter_register_all(void)
return;
initialized = 1;
#if FF_API_ACONVERT_FILTER
REGISTER_FILTER(ACONVERT, aconvert, af);
#endif
REGISTER_FILTER(AFADE, afade, af);
REGISTER_FILTER(AFORMAT, aformat, af);
REGISTER_FILTER(ALLPASS, allpass, af);