Decklink: Fix format specifiers
commit2d3590a264de20d65314fdc0b7d229253e822bad
authorMarvin Scholz <epirat07@gmail.com>
Mon, 22 Oct 2018 18:14:55 +0000 (22 20:14 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Oct 2018 10:33:40 +0000 (28 11:33 +0100)
treee30f00d34a871e5795a724ff175f911ea1bd332c
parent0d89fe3fd7d27d7c3f349bb46a915dbae65c02f8
Decklink: Fix format specifiers

The timescale (BMDTimeScale) and frameduration (BMDTimeValue) are
typedef'd as int64_t, therefore PRId64 should be used here.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/decklink.cpp