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? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
