Browse Source

fix typo

Originally committed as revision 2834 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ivan Kalvachev 21 years ago
parent
commit
197662a632
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/xvmcvideo.c

+ 1
- 1
libavcodec/xvmcvideo.c 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){


Loading…
Cancel
Save