summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-22 17:36:31 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-22 17:36:31 +0000
commitaa089f6c05f9f95fe2e7ea9e3b6bc9d2aa584917 (patch)
treeda3562ad464080c89ef9a3901cfb916531409243 /libpostproc/postprocess_internal.h
parent4cf16bbed5563f3a2355905155789fafa6a43733 (diff)
typo fixes: tempBlured --> tempBlurred
Originally committed as revision 12557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess_internal.h')
-rw-r--r--libpostproc/postprocess_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h
index c0116873f5..edb82ea12c 100644
--- a/libpostproc/postprocess_internal.h
+++ b/libpostproc/postprocess_internal.h
@@ -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;