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
(C) fixed
Originally committed as revision 2270 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Arpi
24 years ago
parent
cd4102261f
commit
afa569afb1
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
postproc/swscale.c
+1
-1
postproc/swscale_template.c
+ 1
- 1
postproc/swscale.c
View File
@@ -1,7 +1,7 @@
// Software scaling and colorspace conversion routines for MPlayer
// Orginal C implementation by
?
// Orginal C implementation by
A'rpi/ESP-team <arpi@thot.banki.hu>
// current version mostly by Michael Niedermayer (michaelni@gmx.at)
#include <inttypes.h>
+ 1
- 1
postproc/swscale_template.c
View File
@@ -1,7 +1,7 @@
// Software scaling and colorspace conversion routines for MPlayer
// Orginal C implementation by
?
// Orginal C implementation by
A'rpi/ESP-team <arpi@thot.banki.hu>
// current version mostly by Michael Niedermayer (michaelni@gmx.at)
#include <inttypes.h>
Write
Preview
Loading…
Cancel
Save