[FFmpeg-devel] [PATCH] Move audioconvert API from libavcodec to libavcore.

Stefano Sabatini stefano.sabatini-lala
Sat Nov 20 19:32:07 CET 2010


On date Saturday 2010-11-20 19:17:11 +0100, Stefano Sabatini encoded:
> ---
>  libavcodec/audioconvert.c |   74 ++++-----------------------------------
>  libavcodec/audioconvert.h |    8 ++++
>  libavcore/audioconvert.c  |   85 +++++++++++++++++++++++++++++++++++++++++++++
>  libavcore/audioconvert.h  |   39 ++++++++++++++++++++
>  4 files changed, 140 insertions(+), 66 deletions(-)

Updated with a fix.

I wonder if we should make AVAudioConvertContext an AVClass context
(this would be useful e.g. for logging).
-- 
FFmpeg = Forgiving Fascinating Magnificient Powered Earthshaking Gorilla



More information about the ffmpeg-devel mailing list