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
10l
Originally committed as revision 4782 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
20 years ago
parent
51d6a3cf00
commit
735f9f34fe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/snow.c
+ 1
- 1
libavcodec/snow.c
View File
@@ -3103,7 +3103,7 @@ static always_inline int check_block(SnowContext *s, int mb_x, int mb_y, int p[3
int rd, index, value;
assert(mb_x>=0 && mb_y>=0);
assert(mb_
y
<b_stride);
assert(mb_
x
<b_stride);
if(intra){
block->color[0] = p[0];
Write
Preview
Loading…
Cancel
Save