OSDN Git Service

avformat: Interpret times in ff_iso8601_to_unix_time as UTC
authorMartin Storsjö <martin@martin.st>
Mon, 7 Nov 2011 21:32:21 +0000 (23:32 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 16 Nov 2011 09:22:42 +0000 (11:22 +0200)
commit4a835416508820de383cda8cc906b6f1bd938889
tree449d2cffb4992d12a14198f4855cdda1fb67882e
parent627067118c6674dd944df962d24cf386afcd4326
avformat: Interpret times in ff_iso8601_to_unix_time as UTC

This function is used in muxers for parsing the 'creation_time'
metadata key, for converting it to a time value.

This makes it match the behaviour of the exported 'creation_time'
metadata from demuxers, where it is in UTC, too.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/utils.c