comparison libdiracdec.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
comparison
equal deleted inserted replaced
12375:98004cbdda4e 12376:7e9b2d528e59
26 * project can be found at http://dirac.sourceforge.net/. 26 * project can be found at http://dirac.sourceforge.net/.
27 * The libdirac_decoder library implements Dirac specification version 2.2 27 * The libdirac_decoder library implements Dirac specification version 2.2
28 * (http://dirac.sourceforge.net/specification.html). 28 * (http://dirac.sourceforge.net/specification.html).
29 */ 29 */
30 30
31 #include "libavcore/imgutils.h"
31 #include "libdirac.h" 32 #include "libdirac.h"
32 33
33 #undef NDEBUG 34 #undef NDEBUG
34 #include <assert.h> 35 #include <assert.h>
35 36