comparison rectangle.h @ 8648:1612935d2e4d libavcodec

Add required headers to fix 'make checkheaders'.
author diego
date Sat, 24 Jan 2009 14:46:00 +0000
parents 7a463923ecd1
children e9d9d946f213
comparison
equal deleted inserted replaced
8647:87b48b7d2007 8648:1612935d2e4d
26 */ 26 */
27 27
28 #ifndef AVCODEC_RECTANGLE_H 28 #ifndef AVCODEC_RECTANGLE_H
29 #define AVCODEC_RECTANGLE_H 29 #define AVCODEC_RECTANGLE_H
30 30
31 #include <assert.h>
32 #include "config.h"
31 #include "libavutil/common.h" 33 #include "libavutil/common.h"
34 #include "dsputil.h"
32 35
33 /** 36 /**
34 * fill a rectangle. 37 * fill a rectangle.
35 * @param h height of the rectangle, should be a constant 38 * @param h height of the rectangle, should be a constant
36 * @param w width of the rectangle, should be a constant 39 * @param w width of the rectangle, should be a constant