mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
libavfilter: Add asettb filter for setting timebase for audio
Ported asettb (including the sr option for audio sample rate) from FFmpeg, and copied/modified the existing settb documentation for asettb. Signed-off-by: Katerina Barone-Adesi <katerinab+libav@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
f6774f905f
commit
ad8159e0fe
@@ -48,6 +48,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER(AMIX, amix, af);
|
||||
REGISTER_FILTER(ANULL, anull, af);
|
||||
REGISTER_FILTER(ASETPTS, asetpts, af);
|
||||
REGISTER_FILTER(ASETTB, asettb, af);
|
||||
REGISTER_FILTER(ASHOWINFO, ashowinfo, af);
|
||||
REGISTER_FILTER(ASPLIT, asplit, af);
|
||||
REGISTER_FILTER(ASYNCTS, asyncts, af);
|
||||
|
||||
Reference in New Issue
Block a user