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 _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
