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
100l, change #ifdef to #if
tags/n0.8
Baptiste Coudurier
14 years ago
parent
46394d39e3
commit
045cc36fe7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/pngdec.c
+ 1
- 1
libavcodec/pngdec.c
View File
@@ -624,7 +624,7 @@ static av_cold int png_dec_init(AVCodecContext *avctx)
avcodec_get_frame_defaults(&s->picture1);
avcodec_get_frame_defaults(&s->picture2);
#if
def
HAVE_MMX
#if HAVE_MMX
ff_png_init_mmx(s);
#endif
Write
Preview
Loading…
Cancel
Save