[FFmpeg-soc] [soc]: r655 - in eac3/ac3: ac3.h ac3dec.c

Justin Ruggles justinruggles at bellsouth.net
Fri Aug 10 01:21:42 CEST 2007


bwolowiec wrote:
> Author: bwolowiec
> Date: Thu Aug  9 20:08:55 2007
> New Revision: 655
> 
> Log:
> add ff_ac3_ prefix to some functions.
> 
> 
> Modified:
>    eac3/ac3/ac3.h
>    eac3/ac3/ac3dec.c
> 
> Modified: eac3/ac3/ac3.h
> ==============================================================================
> --- eac3/ac3/ac3.h	(original)
> +++ eac3/ac3/ac3.h	Thu Aug  9 20:08:55 2007

I think that the functions and non-const tables from ac3dec.c which need 
to be used by eac3dec.c should be defined in a separate ac3dec.h file 
instead of ac3.h.  The ac3.[c,h] files are specifically for shared code 
between the encoder and decoder.  The concept is fine though as far as 
ff_ac3_* prefixes.

-Justin



More information about the FFmpeg-soc mailing list