mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00: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;
|
ASFContext *asf = s->priv_data;
|
||||||
AVIOContext *pb = s->pb;
|
AVIOContext *pb = s->pb;
|
||||||
uint64_t creation_time;
|
time_t creation_time;
|
||||||
|
|
||||||
avio_rl64(pb); // read object size
|
avio_rl64(pb); // read object size
|
||||||
avio_skip(pb, 16); // skip File ID
|
avio_skip(pb, 16); // skip File ID
|
||||||
|
Loading…
Reference in New Issue
Block a user