mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
51aaf51143
commit
18b95d85f2
|
@ -27,6 +27,7 @@
|
|||
#include <vpx/vpx_decoder.h>
|
||||
#include <vpx/vp8dx.h>
|
||||
|
||||
#include "libavcore/imgutils.h"
|
||||
#include "avcodec.h"
|
||||
|
||||
typedef struct VP8DecoderContext {
|
||||
|
|
Loading…
Reference in New Issue