diff options
author | Víctor Paesa <victorpaesa@googlemail.com> | 2010-07-09 17:09:57 +0000 |
---|---|---|
committer | Víctor Paesa <victorpaesa@googlemail.com> | 2010-07-09 17:09:57 +0000 |
commit | 4b04c5ca29160fc5e545768204f076539440e124 (patch) | |
tree | d761718e1a756e55e1274fb5c59038f3c87e7868 /libavcodec/libxvidff.c | |
parent | c43d77c163d91cbe4eb1f8be1e3b3afca107faeb (diff) | |
download | ffmpeg-4b04c5ca29160fc5e545768204f076539440e124.tar.gz |
Current Cygwin has mkstemp().
Originally committed as revision 24144 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libxvidff.c')
-rw-r--r-- | libavcodec/libxvidff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c index 97e0d0c6e8..140848f0da 100644 --- a/libavcodec/libxvidff.c +++ b/libavcodec/libxvidff.c @@ -80,7 +80,7 @@ int xvid_strip_vol_header(AVCodecContext *avctx, unsigned char *frame, unsigned int xvid_ff_2pass(void *ref, int opt, void *p1, void *p2); void xvid_correct_framerate(AVCodecContext *avctx); -/* Wrapper to work around the lack of mkstemp() on mingw/cygin. +/* Wrapper to work around the lack of mkstemp() on mingw. * Also, tries to create file in /tmp first, if possible. * *prefix can be a character constant; *filename will be allocated internally. * @return file descriptor of opened file (or -1 on error) |