Mercurial > libavcodec.hg
comparison rectangle.h @ 6763:f7cbb7733146 libavcodec
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | b495c754c3e1 |
| children | c4a4495715dd |
comparison
equal
deleted
inserted
replaced
| 6762:99966715fe75 | 6763:f7cbb7733146 |
|---|---|
| 26 */ | 26 */ |
| 27 | 27 |
| 28 #ifndef FFMPEG_RECTANGLE_H | 28 #ifndef FFMPEG_RECTANGLE_H |
| 29 #define FFMPEG_RECTANGLE_H | 29 #define FFMPEG_RECTANGLE_H |
| 30 | 30 |
| 31 #include "common.h" | 31 #include "libavutil/common.h" |
| 32 | 32 |
| 33 /** | 33 /** |
| 34 * fill a rectangle. | 34 * fill a rectangle. |
| 35 * @param h height of the rectangle, should be a constant | 35 * @param h height of the rectangle, should be a constant |
| 36 * @param w width of the rectangle, should be a constant | 36 * @param w width of the rectangle, should be a constant |
