Re: [FFmpeg-devel] [PATCH 3/3] avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h

2022-05-12 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Move AC3HeaderInfo into ac3_parser_internal.h and the rest > into a new header ac3defs.h. > > This also breaks an include cycle of ac3.h and ac3tab.h > (the latter now only needs ac3defs.h). > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/ac3.c

[FFmpeg-devel] [PATCH 3/3] avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h

2022-05-12 Thread Andreas Rheinhardt
Move AC3HeaderInfo into ac3_parser_internal.h and the rest into a new header ac3defs.h. This also breaks an include cycle of ac3.h and ac3tab.h (the latter now only needs ac3defs.h). Signed-off-by: Andreas Rheinhardt --- libavcodec/ac3.c| 1 + libavcodec/ac3.h