diff libopenjpeg.c @ 12376:7e9b2d528e59 libavcodec

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.
author stefano
date Sat, 07 Aug 2010 01:36:35 +0000
parents 914f484bb476
children ffb3668ff7af
line wrap: on
line diff
--- a/libopenjpeg.c	Fri Aug 06 18:57:14 2010 +0000
+++ b/libopenjpeg.c	Sat Aug 07 01:36:35 2010 +0000
@@ -24,6 +24,7 @@
 * JPEG 2000 decoder using libopenjpeg
 */
 
+#include "libavcore/imgutils.h"
 #include "avcodec.h"
 #include "libavutil/intreadwrite.h"
 #define  OPJ_STATIC