vorbis: vpxenc: Add missing include for av_rescale*

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Robert Swain
2011-07-04 08:44:49 +02:00
committed by Mans Rullgard
parent a4ab70f92e
commit 954a653216
2 changed files with 2 additions and 0 deletions

View File

@ -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.