Re: [FFmpeg-devel] [PATCH] avcodec/vorbis: Split data declarations out into new header

2022-10-02 Thread Andreas Rheinhardt
Andreas Rheinhardt: > vorbis.h currently contains stuff only used by the native > Vorbis codecs and some Vorbis tables, which are also used by > Opus and libvorbis. Therefore split the data out into a header > of its own. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/libopusdec.c |

[FFmpeg-devel] [PATCH] avcodec/vorbis: Split data declarations out into new header

2022-09-29 Thread Andreas Rheinhardt
vorbis.h currently contains stuff only used by the native Vorbis codecs and some Vorbis tables, which are also used by Opus and libvorbis. Therefore split the data out into a header of its own. Signed-off-by: Andreas Rheinhardt --- libavcodec/libopusdec.c | 2 +- libavcodec/libopusenc.c |