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: fix always false test: Binary & has lower precedence than ==
Originally committed as revision 12141 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Guillaume Poirier
18 years ago
parent
42a362e57b
commit
9d8109ad0f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ppc/mpegvideo_altivec.c
+ 1
- 1
libavcodec/ppc/mpegvideo_altivec.c
View File
@@ -603,7 +603,7 @@ extern void idct_add_altivec(uint8_t *dest, int line_size, int16_t *block);
void MPV_common_init_altivec(MpegEncContext *s)
{
if (mm_flags & MM_ALTIVEC == 0) return;
if (mm_flags &
(
MM_ALTIVEC == 0
)
) return;
if (s->avctx->lowres==0)
{
Write
Preview
Loading…
Cancel
Save