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
dct-test: fix #if for ff_prores_idct_put_10_sse2()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer
13 years ago
parent
7b0d362567
commit
b84c9cf7f7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/dct-test.c
+ 1
- 1
libavcodec/dct-test.c
View File
@@ -99,7 +99,7 @@ static const struct algo fdct_tab[] = {
{ 0 }
};
#if HAVE_MMX && HAVE_YASM
#if
ARCH_X86_64 &&
HAVE_MMX && HAVE_YASM
void ff_prores_idct_put_10_sse2(uint16_t *dst, int linesize,
DCTELEM *block, int16_t *qmat);
Write
Preview
Loading…
Cancel
Save