mirror of https://github.com/FFmpeg/FFmpeg.git
gmtime isn't thread safe in general. In msvcrt (which lacks gmtime_r), the buffer used by gmtime is thread specific though. One call to localtime is left in avconv_opt.c, where thread safety shouldn't matter (instead of making avconv depend on the libavutil internal header). Signed-off-by: Martin Storsjö <martin@martin.st>pull/90/head
parent
3f8f1c6ff2
commit
82ee7d0dda
4 changed files with 17 additions and 9 deletions
Loading…
Reference in new issue