Browse Source

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
tags/n0.8
Alex Converse 15 years ago
parent
commit
18b95d85f2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/libvpxdec.c

+ 1
- 0
libavcodec/libvpxdec.c View File

@@ -27,6 +27,7 @@
#include <vpx/vpx_decoder.h>
#include <vpx/vp8dx.h>

#include "libavcore/imgutils.h"
#include "avcodec.h"

typedef struct VP8DecoderContext {


Loading…
Cancel
Save