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
svq3 watermark code now needs zlib
Originally committed as revision 15719 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier
16 years ago
parent
1e002b602f
commit
c48649242d
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavcodec/svq3.c
+ 4
- 0
libavcodec/svq3.c
View File
@@ -40,6 +40,10 @@
* ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov
*/
#ifdef CONFIG_ZLIB
#include <zlib.h>
#endif
/**
* @file svq3.c
* svq3 decoder.
Write
Preview
Loading…
Cancel
Save