mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
avcodec/libspeexdec: fix missing header includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
854fa0d1ab
commit
80a77c0c5b
@ -23,6 +23,7 @@
|
|||||||
#include <speex/speex_stereo.h>
|
#include <speex/speex_stereo.h>
|
||||||
#include <speex/speex_callbacks.h>
|
#include <speex/speex_callbacks.h>
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
|
#include "internal.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
AVFrame frame;
|
AVFrame frame;
|
||||||
|
Loading…
Reference in New Issue
Block a user