[FFmpeg-devel] [PATCH] remove a Huffman table from WMA which also exists in AAC
Stefan Gehrer
stefan.gehrer
Fri Feb 19 21:43:29 CET 2010
Michael Niedermayer wrote:
> On Thu, Feb 18, 2010 at 10:38:57PM +0100, Stefan Gehrer wrote:
>> Hi,
>>
>> the VLC tables ff_wma_scale_huffbits/codes and
>> ff_aac_scalefactor_bits/code are actually the same.
>> This patch reduces code size and binary size slightly but adds a new
>> dependency of wmaenc/dec.o on aactab.o.
>> If anyone knows of a common place to put the shared table instead,
>> let me know.
>>
>> Stefan
>
>> Makefile | 8 ++++----
>> wma.h | 4 ++--
>> wmadata.h | 38 --------------------------------------
>> wmadec.c | 6 +++---
>> wmaenc.c | 2 +-
>> 5 files changed, 10 insertions(+), 48 deletions(-)
>> f684e9cd8813dcc62101ab79faa892ff26c728b6 wma_aac_duplication.patch
>
> iam ok with this
Applied.
More information about the ffmpeg-devel
mailing list