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 compilation.
Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Carl Eugen Hoyos
16 years ago
parent
6d32ec6ce9
commit
ff5d91d9a1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libpostproc/postprocess_template.c
+ 1
- 1
libpostproc/postprocess_template.c
View File
@@ -1897,7 +1897,7 @@ static inline void RENAME(deInterlaceBlendLinear)(uint8_t src[], int stride, uin
*/
static inline void RENAME(deInterlaceMedian)(uint8_t src[], int stride)
{
#if
d
HAVE_MMX
#if HAVE_MMX
src+= 4*stride;
#if HAVE_MMX2
__asm__ volatile(
Write
Preview
Loading…
Cancel
Save