OSDN Git Service

wtvdec: Avoid gmtime_r() it breaks compile on windows.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 9 May 2011 02:17:24 +0000 (04:17 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 9 May 2011 02:17:24 +0000 (04:17 +0200)
commit25308afbb2f7d6d9cb1e36476bc5aa0b3831c703
tree5090fca8f3907d6cd879617aa56106f39e04b4d9
parentbce0d92359176ba57c75f9018747a78d94f62f5f
wtvdec: Avoid gmtime_r() it breaks compile on windows.

Better solutions welcome, this is just a quick fix to unbreak compile.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/wtvdec.c