]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess_internal.h
Add audio channel layout API to libavcodec.
[ffmpeg] / libpostproc / postprocess_internal.h
index c0116873f542c90fd7986534a5178f226c28c059..6db07560c1ffde5d25830e36f79e6fa615c85918 100644 (file)
  * internal api header.
  */
 
-#ifndef FFMPEG_POSTPROCESS_INTERNAL_H
-#define FFMPEG_POSTPROCESS_INTERNAL_H
+#ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H
+#define POSTPROCESS_POSTPROCESS_INTERNAL_H
 
-#include "avutil.h"
+#include "libavutil/avutil.h"
 #include "postprocess.h"
 
 #define V_DEBLOCK       0x01
@@ -130,8 +130,8 @@ typedef struct PPContext{
     DECLARE_ALIGNED(8, uint64_t, packedYScale);
 
     /** Temporal noise reducing buffers */
-    uint8_t *tempBlured[3];
-    int32_t *tempBluredPast[3];
+    uint8_t *tempBlurred[3];
+    int32_t *tempBlurredPast[3];
 
     /** Temporary buffers for handling the last row(s) */
     uint8_t *tempDst;
@@ -174,4 +174,4 @@ static inline void linecpy(void *dest, const void *src, int lines, int stride) {
     }
 }
 
-#endif /* FFMPEG_POSTPROCESS_INTERNAL_H */
+#endif /* POSTPROCESS_POSTPROCESS_INTERNAL_H */