diff options
author | Martin Storsjö <martin@martin.st> | 2014-10-24 10:46:36 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-10-26 00:14:54 +0300 |
commit | 82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de (patch) | |
tree | 5176e09d9c0cd74ddb5296be54fdb4fabca77c91 /libavutil/ppc/types_altivec.h | |
parent | 3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e (diff) | |
download | ffmpeg-82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de.tar.gz |
Use gmtime_r instead of gmtime and localtime_r instead of localtime
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>
Diffstat (limited to 'libavutil/ppc/types_altivec.h')
0 files changed, 0 insertions, 0 deletions