mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fix typo
Originally committed as revision 2834 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5e5c247a7c
commit
197662a632
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user