This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
5e5c247a7c
commit
197662a632
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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));
block
s
_per_mb = 4 + (1 << (s->chroma_format));
}
if(s->flags & CODEC_FLAG_GRAY){
Write
Preview
Loading…
Cancel
Save