mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge commit 'e5997152f54f790229c99f237f8eb6b5b1ee683a'
* commit 'e5997152f54f790229c99f237f8eb6b5b1ee683a': asf: Use time_t where needed Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
3d2d672828
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user