mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
cosmetics: Fix spacial --> spatial typo in function names.
Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -278,7 +278,7 @@ static int x8_setup_spatial_predictor(IntraX8Context * const w, const int chroma
|
||||
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 @@ static int x8_decode_intra_mb(IntraX8Context* const w, const int chroma){
|
||||
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] );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user