avcodec: Add more missing #includes for ff_get_buffer()

This commit is contained in:
Reinhard Tartler
2014-08-09 08:22:11 -07:00
committed by Diego Biurrun
parent 5a2d1913a9
commit 452e343295
3 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include <gsm/gsm.h>
#include "avcodec.h"
#include "internal.h"
#include "gsm.h"
static av_cold int libgsm_encode_init(AVCodecContext *avctx) {

View File

@@ -20,6 +20,7 @@
*/
#include "avcodec.h"
#include "internal.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"

View File

@@ -23,6 +23,7 @@
#include <speex/speex_stereo.h>
#include <speex/speex_callbacks.h>
#include "avcodec.h"
#include "internal.h"
typedef struct {
AVFrame frame;