avcodec/opus_celt: Break cyclic inlusion of opus_celt.h<->opus_pvq.h

Simply don't include opus_pvq.h in opus_celt.h: The latter only
uses pointers to CeltPVQ.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-10-03 21:57:43 +02:00
parent 4fc2531fff
commit a622f4451f
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#include <stdint.h>
#include "opus_celt.h"
#include "opus_pvq.h"
#include "opustab.h"
void ff_celt_quant_bands(CeltFrame *f, OpusRangeCoder *rc)

View File

@ -27,7 +27,6 @@
#include <float.h>
#include "opus.h"
#include "opus_pvq.h"
#include "opusdsp.h"
#include "libavutil/float_dsp.h"