You've already forked FFmpeg
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user