On Mon, May 16, 2011 at 01:31:32PM +0100, Måns Rullgård wrote: > Diego Biurrun <[email protected]> writes: > > > The header is a part of an MP3 encoder that never saw the light of day. > > --- > > libavcodec/Makefile | 1 - > > libavcodec/mpegaudio3.h | 53 > > ----------------------------------------------- > > 2 files changed, 0 insertions(+), 54 deletions(-) > > delete mode 100644 libavcodec/mpegaudio3.h > > OK > > > -/** > > - * Compute huffman coded region sizes. > > - */ > > -void ff_init_short_region(MPADecodeContext *s, GranuleDef *g); > > - > > -/** > > - * Compute huffman coded region sizes. > > - */ > > -void ff_init_long_region(MPADecodeContext *s, GranuleDef *g, int ra1, int > > ra2); > > - > > -void ff_compute_band_indexes(MPADecodeContext *s, GranuleDef *g); > > Do these functions exist at all somewhere?
They exist as static versions in mpegaudiodec.c. Apparently the motivation for this header was to provide the declarations for the day they were made non-static. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
