Commit 18b95d85 authored by Alex Converse's avatar Alex Converse

libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_size’".

av_check_image_size() is declared in libavcore/imgutils.h.

Originally committed as revision 24717 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 51aaf511
......@@ -27,6 +27,7 @@
#include <vpx/vpx_decoder.h>
#include <vpx/vp8dx.h>
#include "libavcore/imgutils.h"
#include "avcodec.h"
typedef struct VP8DecoderContext {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment