mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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:
parent
4fc2531fff
commit
a622f4451f
@ -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)
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <float.h>
|
||||
|
||||
#include "opus.h"
|
||||
#include "opus_pvq.h"
|
||||
#include "opusdsp.h"
|
||||
|
||||
#include "libavutil/float_dsp.h"
|
||||
|
Loading…
Reference in New Issue
Block a user