Originally committed as revision 2834 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivan Kalvachev 2004-03-02 00:30:25 +00:00
parent 5e5c247a7c
commit 197662a632
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
blocks_per_mb = 6;
if( s->chroma_format >= 2){
block_per_mb = 4 + (1 << (s->chroma_format));
blocks_per_mb = 4 + (1 << (s->chroma_format));
}
if(s->flags & CODEC_FLAG_GRAY){