From dfe7c7ffcef012d137071dc80c4e3ca2715fde11 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 29 Sep 2022 23:20:08 +0200 Subject: avcodec/vorbis: Split data declarations out into new header 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/vorbisenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vorbisenc.c') diff --git a/libavcodec/vorbisenc.c b/libavcodec/vorbisenc.c index b33d758e44..dcafe7d591 100644 --- a/libavcodec/vorbisenc.c +++ b/libavcodec/vorbisenc.c @@ -33,6 +33,7 @@ #include "fft.h" #include "mathops.h" #include "vorbis.h" +#include "vorbis_data.h" #include "vorbis_enc_data.h" #include "audio_frame_queue.h" -- cgit v1.2.3