diff intrax8.c @ 5907:fbd10e6dfbe1 libavcodec

cosmetics: Fix spacial --> spatial typo in function names.
author diego
date Sat, 10 Nov 2007 12:24:02 +0000
parents 595a2f31430e
children 1d735690e172
line wrap: on
line diff
--- a/intrax8.c	Sat Nov 10 11:51:56 2007 +0000
+++ b/intrax8.c	Sat Nov 10 12:24:02 2007 +0000
@@ -278,7 +278,7 @@
     int sum;
     int quant;
 
-    s->dsp.x8_setup_spacial_compensation(s->dest[chroma], s->edge_emu_buffer,
+    s->dsp.x8_setup_spatial_compensation(s->dest[chroma], s->edge_emu_buffer,
                                           s->current_picture.linesize[chroma>0],
                                           &range, &sum, w->edges);
     if(chroma){
@@ -614,7 +614,7 @@
     if(w->flat_dc){
         dsp_x8_put_solidcolor(w->predicted_dc, s->dest[chroma], s->current_picture.linesize[!!chroma]);
     }else{
-        s->dsp.x8_spacial_compensation[w->orient]( s->edge_emu_buffer,
+        s->dsp.x8_spatial_compensation[w->orient]( s->edge_emu_buffer,
                                             s->dest[chroma],
                                             s->current_picture.linesize[!!chroma] );
     }