mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Add libswresample.
Similar to libswscale this does resampling and format convertion, just for audio instead of video. changing sampling rate, sample formats, channel layouts and sample packing all in one with a very simple public interface. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
53e37840bf
commit
b5875b9111
18 changed files with 1634 additions and 67 deletions
1
Makefile
1
Makefile
|
|
@ -33,6 +33,7 @@ FFLIBS-$(CONFIG_AVFILTER) += avfilter
|
|||
FFLIBS-$(CONFIG_AVFORMAT) += avformat
|
||||
FFLIBS-$(CONFIG_AVCODEC) += avcodec
|
||||
FFLIBS-$(CONFIG_POSTPROC) += postproc
|
||||
FFLIBS-$(CONFIG_SWRESAMPLE)+= swresample
|
||||
FFLIBS-$(CONFIG_SWSCALE) += swscale
|
||||
|
||||
FFLIBS := avutil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue