projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove disabled code cruft.
[libav.git]
/
libpostproc
/
postprocess_internal.h
diff --git
a/libpostproc/postprocess_internal.h
b/libpostproc/postprocess_internal.h
index
edb82ea
..
2ab1ed8
100644
(file)
--- a/
libpostproc/postprocess_internal.h
+++ b/
libpostproc/postprocess_internal.h
@@
-19,14
+19,15
@@
*/
/**
*/
/**
- * @file postprocess_internal.h
+ * @file
libpostproc/
postprocess_internal.h
* internal api header.
*/
* internal api header.
*/
-#ifndef
FFMPEG
_POSTPROCESS_INTERNAL_H
-#define
FFMPEG
_POSTPROCESS_INTERNAL_H
+#ifndef
POSTPROC
_POSTPROCESS_INTERNAL_H
+#define
POSTPROC
_POSTPROCESS_INTERNAL_H
-#include "avutil.h"
+#include <string.h>
+#include "libavutil/avutil.h"
#include "postprocess.h"
#define V_DEBLOCK 0x01
#include "postprocess.h"
#define V_DEBLOCK 0x01
@@
-174,4
+175,4
@@
static inline void linecpy(void *dest, const void *src, int lines, int stride) {
}
}
}
}
-#endif /*
FFMPEG
_POSTPROCESS_INTERNAL_H */
+#endif /*
POSTPROC
_POSTPROCESS_INTERNAL_H */