Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-07 05:36:35 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-07 05:36:35 +0400
commita63dbf3970bb25bb4447dc458ad0951f00486ac0 (patch)
treed3d6a0a921d0c88a6b301d998d265e93e477cc8b /libavcodec/libopenjpeg.c
parent711d14cff34ededdee58308f150c727597823516 (diff)
Fix the compilation of some libavcodec/lib* files which were not
including libavcore/imgutils.h, which was required since the recent avcodec_check_dimensions() -> av_check_image_size() transition. Originally committed as revision 24734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libopenjpeg.c')
-rw-r--r--libavcodec/libopenjpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libopenjpeg.c b/libavcodec/libopenjpeg.c
index 93ef4e2e86..c7ccd1dd26 100644
--- a/libavcodec/libopenjpeg.c
+++ b/libavcodec/libopenjpeg.c
@@ -24,6 +24,7 @@
* JPEG 2000 decoder using libopenjpeg
*/
+#include "libavcore/imgutils.h"
#include "avcodec.h"
#include "libavutil/intreadwrite.h"
#define OPJ_STATIC