summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorKyle Swanson <k@ylo.ph>2017-03-26 13:48:28 -0500
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2017-03-27 09:35:48 +0200
commitb12693facf991f343cdf310690f59f69143b256f (patch)
tree6845150f01ef0666a6ac445952fbc4cf70919a99 /ffmpeg.c
parentd65b59550b4d7eb526bbd407df74f030fad5c00b (diff)
libavcodec/opusenc: use correct format specifiers
Squelches the following compiler warnings: libavcodec/opusenc.c:1051:16: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] avctx->bit_rate/1000, clipped_rate/1000); ^~~~~~~~~~~~~~~~~~~~ libavcodec/opusenc.c:1051:38: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] avctx->bit_rate/1000, clipped_rate/1000); ^~~~~~~~~~~~~~~~~
Diffstat (limited to 'ffmpeg.c')
0 files changed, 0 insertions, 0 deletions