indent
Originally committed as revision 16208 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2fd1f0e026
commit
0a8ca22f4e
@ -2521,7 +2521,7 @@ static av_always_inline void hl_decode_mb_internal(H264Context *h, int simple){
|
||||
}else{
|
||||
for(i=0; i<16; i++){
|
||||
if(h->non_zero_count_cache[ scan8[i] ] || h->mb[i*16])
|
||||
idct_add (dest_y + block_offset[i], h->mb + i*16, linesize);
|
||||
idct_add(dest_y + block_offset[i], h->mb + i*16, linesize);
|
||||
}
|
||||
}
|
||||
}else{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user