changeset 1849:63eafb5b1c38 libavcodec

fix typo
author iive
date Tue, 02 Mar 2004 00:30:25 +0000
parents c72589baee53
children dc8353e2cc5f
files xvmcvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xvmcvideo.c	Mon Mar 01 14:55:21 2004 +0000
+++ b/xvmcvideo.c	Tue Mar 02 00:30:25 2004 +0000
@@ -298,7 +298,7 @@
 
     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){