mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-03 02:32:24 +00:00
avutil/timestamp: remove ""
This may fix an error with C++ Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a9821bdafb
commit
fa125c5e82
@ -39,7 +39,7 @@
|
||||
static inline char *av_ts_make_string(char *buf, int64_t ts)
|
||||
{
|
||||
if (ts == AV_NOPTS_VALUE) snprintf(buf, AV_TS_MAX_STRING_SIZE, "NOPTS");
|
||||
else snprintf(buf, AV_TS_MAX_STRING_SIZE, "%"PRId64"", ts);
|
||||
else snprintf(buf, AV_TS_MAX_STRING_SIZE, "%"PRId64, ts);
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user