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 2550 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
22 years ago
parent
332f9ac4e3
commit
5b5404e32f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/dsputil.c
+ 1
- 1
libavcodec/dsputil.c
View File
@@ -2287,7 +2287,7 @@ static void h263_v_loop_filter_c(uint8_t *src, int stride, int qscale){
src[x-1*stride] = p1;
src[x+0*stride] = p2;
ad1= ABS(d1);
ad1= ABS(d1)
>>1
;
d2= clip((p0-p3)/4, -ad1, ad1);
Write
Preview
Loading…
Cancel
Save