提交 954a6532 编写于 作者: R Robert Swain 提交者: Mans Rullgard

vorbis: vpxenc: Add missing include for av_rescale*

Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 a4ab70f9
......@@ -30,6 +30,7 @@
#include "avcodec.h"
#include "bytestream.h"
#include "vorbis.h"
#include "libavutil/mathematics.h"
#undef NDEBUG
#include <assert.h>
......
......@@ -30,6 +30,7 @@
#include "avcodec.h"
#include "libavutil/base64.h"
#include "libavutil/mathematics.h"
/**
* Portion of struct vpx_codec_cx_pkt from vpx_encoder.h.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册