mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
indention
Originally committed as revision 10980 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d25300b79f
commit
149ad67792
@ -653,9 +653,9 @@ static inline void x8_init_block_index(MpegEncContext *s){ //FIXME maybe merge w
|
||||
s->dest[1] = s->current_picture.data[1];
|
||||
s->dest[2] = s->current_picture.data[2];
|
||||
|
||||
s->dest[0] += s->mb_y * linesize << 3;
|
||||
s->dest[1] += ( s->mb_y&(~1) ) * uvlinesize << 2;//chroma blocks are on add rows
|
||||
s->dest[2] += ( s->mb_y&(~1) ) * uvlinesize << 2;
|
||||
s->dest[0] += s->mb_y * linesize << 3;
|
||||
s->dest[1] += ( s->mb_y&(~1) ) * uvlinesize << 2;//chroma blocks are on add rows
|
||||
s->dest[2] += ( s->mb_y&(~1) ) * uvlinesize << 2;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user