#992: strptime on windows
----------------------------------+---------------------------------------
             Reporter:  MattE     |                     Type:  enhancement
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  git-master
             Keywords:  strptime  |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 Because strptime isn't available natively for windows one cannot set the
 creation time of a file in ffmpeg (see the HAVE_STRPTIME flag in
 libavformat\utils.c line 4091).

 I want to request that it be added for windows as well. There's a GPL
 implementation of strptime here http://plibc.sourceforge.net/doxygen
 /strptime_8c-source.html which adds Windows support for strptime. It'd be
 great if that could be added to ffmpeg.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/992>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to