]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
* replacing calls to not-always-available gmtime_r with our own code.
authorromansh <romansh@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 18 Aug 2004 08:15:07 +0000 (08:15 +0000)
committerromansh <romansh@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 18 Aug 2004 08:15:07 +0000 (08:15 +0000)
commit79d6ff81af5c3b1c29b47f69b531a7dcf762471e
tree4f4e8049e836a4830b7f1bebf2e9964c9b91c301
parentd90d9863f1d38407d01d1fd6b63399fcdc495b43
   * replacing calls to not-always-available gmtime_r with our own code.
     The new helper function actually differs in semantics from gmtime_r,
     so if that seems to be a problem I can actually move it to dv.c
     completely, since only DV muxer uses the code anyway.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3399 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/avformat.h
libavformat/cutils.c
libavformat/dv.c