mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-11 06:58:18 +00:00
parent
8c9fff6183
commit
e5a0013c4a
@ -2590,7 +2590,7 @@ static int64_t mxf_timestamp_to_int64(uint64_t timestamp)
|
|||||||
|
|
||||||
#define SET_TS_METADATA(pb, name, var, str) do { \
|
#define SET_TS_METADATA(pb, name, var, str) do { \
|
||||||
var = avio_rb64(pb); \
|
var = avio_rb64(pb); \
|
||||||
if ((ret = avpriv_dict_set_timestamp(&s->metadata, name, mxf_timestamp_to_int64(var)) < 0)) \
|
if ((ret = avpriv_dict_set_timestamp(&s->metadata, name, mxf_timestamp_to_int64(var))) < 0) \
|
||||||
return ret; \
|
return ret; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user