On Wed, May 18, 2011 at 03:42:55PM +0100, Mans Rullgard wrote:
> These structs are only used in mpegaudiodec.c, so move them there
> and remove no longer needed #include lines from mpegaudio.h.
> 
> --- a/libavcodec/mpegaudio.h
> +++ b/libavcodec/mpegaudio.h
> @@ -120,36 +95,6 @@ typedef struct MPADecodeHeader {
> -
> -/* layer 3 huffman tables */
> -typedef struct HuffTable {
> -    int xsize;
> -    const uint8_t *bits;
> -    const uint16_t *codes;
> -} HuffTable;

git-grep insists that this is referenced in mpegaudiodectab.h.

Rest looks fine.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to