OSDN Git Service

avformat/hlsenc: Emulate strftime("%z") using other functions if it does not work
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 14 Sep 2016 23:01:51 +0000 (01:01 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 15 Sep 2016 00:31:42 +0000 (02:31 +0200)
commit6f062eb8d0e17398f225c537d5fd78f5ae880906
tree0758960a6ee0c3fff29c8374ecd361fb129a5f13
parent76c28360b5612fac068b25107e43e4bc5c4652de
avformat/hlsenc: Emulate strftime("%z") using other functions if it does not work

This should fix the code on windows

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/hlsenc.c