Commit 3d2d6728 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'e5997152'

* commit 'e5997152':
  asf: Use time_t where needed
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents b54cf4b8 e5997152
......@@ -641,7 +641,7 @@ static int asf_read_properties(AVFormatContext *s, const GUIDParseTable *g)
{
ASFContext *asf = s->priv_data;
AVIOContext *pb = s->pb;
uint64_t creation_time;
time_t creation_time;
avio_rl64(pb); // read object size
avio_skip(pb, 16); // skip File ID
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment