diff options
author | Marton Balint <cus@passwd.hu> | 2023-07-02 20:12:52 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2023-07-09 19:50:15 +0200 |
commit | f607e8517d4c35f757168733856405693e47ea26 (patch) | |
tree | 0e5480454e9c9a44980332ccf7b0a6f8f10e95d1 /fftools/ffmpeg.c | |
parent | 20b8688092a02b425b94279fbbb55606d3560214 (diff) | |
download | ffmpeg-f607e8517d4c35f757168733856405693e47ea26.tar.gz |
avdevice/decklink_enc: use 64bit format string for BMD timebase instead of long long
BMDTimeValue is defined as LONGLONG on Windows, but int64_t on Linux/Mac.
Fixes format string warnings:
libavdevice/decklink_enc.cpp: In function ‘void construct_cc(AVFormatContext*, decklink_ctx*, AVPacket*, klvanc_line_set_s*)’:
libavdevice/decklink_enc.cpp:424:48: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘BMDTimeValue {aka long int}’ [-Wformat=]
ctx->bmd_tb_num, ctx->bmd_tb_den);
~~~~~~~~~~~~~~~ ^
libavdevice/decklink_enc.cpp:424:48: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘BMDTimeValue {aka long int}’ [-Wformat=]
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'fftools/ffmpeg.c')
0 files changed, 0 insertions, 0 deletions