Revision 5b21bdab libpostproc/postprocess_internal.h
libpostproc/postprocess_internal.h | ||
---|---|---|
23 | 23 |
* internal api header. |
24 | 24 |
*/ |
25 | 25 |
|
26 |
#ifndef POSTPROCESS_INTERNAL_H |
|
27 |
#define POSTPROCESS_INTERNAL_H |
|
26 |
#ifndef FFMPEG_POSTPROCESS_INTERNAL_H
|
|
27 |
#define FFMPEG_POSTPROCESS_INTERNAL_H
|
|
28 | 28 |
|
29 | 29 |
#include "avutil.h" |
30 | 30 |
#include "postprocess.h" |
... | ... | |
186 | 186 |
} |
187 | 187 |
} |
188 | 188 |
|
189 |
#endif // POSTPROCESS_INTERNAL_H |
|
189 |
#endif /* FFMPEG_POSTPROCESS_INTERNAL_H */ |
Also available in: Unified diff