[FFmpeg-devel] [PATCH 1/2] avcodec/alacdec: split off decorrelate_stereo and append_extra_bits as alacdsp

James Almer jamrial at gmail.com
Sun Oct 4 19:12:56 CEST 2015


On 10/4/2015 8:04 AM, Michael Niedermayer wrote:
> On Sun, Oct 04, 2015 at 12:44:56AM -0300, James Almer wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/Makefile  |  2 +-
>>  libavcodec/alac.c    | 65 +++++++++++++++++++---------------------------------
>>  libavcodec/alacdsp.c | 57 +++++++++++++++++++++++++++++++++++++++++++++
>>  libavcodec/alacdsp.h | 35 ++++++++++++++++++++++++++++
>>  4 files changed, 116 insertions(+), 43 deletions(-)
>>  create mode 100644 libavcodec/alacdsp.c
>>  create mode 100644 libavcodec/alacdsp.h
> 
> should be ok unless the functions exist already somewhere else

Not that i could find.

> thx
> 

Pushed.



More information about the ffmpeg-devel mailing list