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
swscale: cosmetics.
tags/n0.8
Ronald S. Bultje
14 years ago
parent
ea28175312
commit
b3b28b080f
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libswscale/swscale.c
+ 1
- 2
libswscale/swscale.c
View File
@@ -1906,8 +1906,7 @@ static void sws_init_swScale_c(SwsContext *c)
c->hScale = hScale_c;
if (c->flags & SWS_FAST_BILINEAR)
{
if (c->flags & SWS_FAST_BILINEAR) {
c->hyscale_fast = hyscale_fast_c;
c->hcscale_fast = hcscale_fast_c;
}
Write
Preview
Loading…
Cancel
Save