diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-11-10 12:24:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-11-10 12:24:02 +0000 |
commit | 8a43317e66d1fdb64f1694d84d1343bdd0802a53 (patch) | |
tree | 47f8447404ed69cfc9a06ccf3ae15c9f0781dbd1 /libavcodec/dsputil.h | |
parent | 94472c1d49d5b0f129a76292166518aace855216 (diff) | |
download | ffmpeg-8a43317e66d1fdb64f1694d84d1343bdd0802a53.tar.gz |
cosmetics: Fix spacial --> spatial typo in function names.
Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 1ecf402913..273069c1e8 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -418,8 +418,8 @@ typedef struct DSPContext { op_pixels_func put_vc1_mspel_pixels_tab[16]; /* intrax8 functions */ - void (*x8_spacial_compensation[12])(uint8_t *src , uint8_t *dst, int linesize); - void (*x8_setup_spacial_compensation)(uint8_t *src, uint8_t *dst, int linesize, + void (*x8_spatial_compensation[12])(uint8_t *src , uint8_t *dst, int linesize); + void (*x8_setup_spatial_compensation)(uint8_t *src, uint8_t *dst, int linesize, int * range, int * sum, int edges); } DSPContext; |