diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-22 17:36:31 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-22 17:36:31 +0000 |
commit | aa089f6c05f9f95fe2e7ea9e3b6bc9d2aa584917 (patch) | |
tree | da3562ad464080c89ef9a3901cfb916531409243 /libpostproc/postprocess_internal.h | |
parent | 4cf16bbed5563f3a2355905155789fafa6a43733 (diff) | |
download | ffmpeg-aa089f6c05f9f95fe2e7ea9e3b6bc9d2aa584917.tar.gz |
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.h | 4 |
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; |