Mercurial > libpostproc.hg
comparison postprocess_internal.h @ 120:e86e6ea21776 libpostproc
Directly #include some required headers.
| author | diego |
|---|---|
| date | Sun, 25 Jan 2009 19:11:10 +0000 |
| parents | 858be852c955 |
| children | 1500ae6cf66c |
comparison
equal
deleted
inserted
replaced
| 119:4a1602d552aa | 120:e86e6ea21776 |
|---|---|
| 24 */ | 24 */ |
| 25 | 25 |
| 26 #ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H | 26 #ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H |
| 27 #define POSTPROCESS_POSTPROCESS_INTERNAL_H | 27 #define POSTPROCESS_POSTPROCESS_INTERNAL_H |
| 28 | 28 |
| 29 #include <string.h> | |
| 29 #include "libavutil/avutil.h" | 30 #include "libavutil/avutil.h" |
| 30 #include "postprocess.h" | 31 #include "postprocess.h" |
| 31 | 32 |
| 32 #define V_DEBLOCK 0x01 | 33 #define V_DEBLOCK 0x01 |
| 33 #define H_DEBLOCK 0x02 | 34 #define H_DEBLOCK 0x02 |
