[FFmpeg-cvslog] r24144 - trunk/libavcodec/libxvidff.c

victor subversion
Fri Jul 9 19:09:57 CEST 2010


Author: victor
Date: Fri Jul  9 19:09:57 2010
New Revision: 24144

Log:
Current Cygwin has mkstemp().

Modified:
   trunk/libavcodec/libxvidff.c

Modified: trunk/libavcodec/libxvidff.c
==============================================================================
--- trunk/libavcodec/libxvidff.c	Fri Jul  9 18:06:05 2010	(r24143)
+++ trunk/libavcodec/libxvidff.c	Fri Jul  9 19:09:57 2010	(r24144)
@@ -80,7 +80,7 @@ int xvid_strip_vol_header(AVCodecContext
 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)



More information about the ffmpeg-cvslog mailing list