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
win32: added vsnprintf
Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
23 years ago
parent
cb009a8cff
commit
d44b50b0af
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/common.h
+ 1
- 0
libavcodec/common.h
View File
@@ -88,6 +88,7 @@ typedef INT64 int64_t;
# endif
# define snprintf _snprintf
# define vsnprintf _vsnprintf
/* CONFIG_WIN32 end */
#elif defined (CONFIG_OS2)
Write
Preview
Loading…
Cancel
Save