mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-11 18:37:55 +08:00
COSMETICS: tabs --> spaces, some prettyprinting
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -65,7 +65,7 @@ const int mb_block_count = 4+(1<<s->chroma_format);
|
||||
}else{
|
||||
s->pblocks[i] = NULL;
|
||||
}
|
||||
cbp+=cbp;
|
||||
cbp+=cbp;
|
||||
// printf("s->pblocks[%d]=%p ,s->block=%p cbp=%d\n",i,s->pblocks[i],s->block,cbp);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user