mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 15:23:11 +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 { \
|
||||
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; \
|
||||
} while (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user