]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vaapi_encode_h264.c
lavc/mediacodec: move struct declarations at the begin
[ffmpeg] / libavcodec / vaapi_encode_h264.c
index 0a99bb19aed2187d8d38c1bf860d3cd724eadfce..dc7774b9f15773e7899d7724771fab23570afa7e 100644 (file)
@@ -769,7 +769,7 @@ static av_cold int vaapi_encode_h264_init_constant_bitrate(AVCodecContext *avctx
     priv->fixed_qp_p   = 26;
     priv->fixed_qp_b   = 26;
 
-    av_log(avctx, AV_LOG_DEBUG, "Using constant-bitrate = %d bps.\n",
+    av_log(avctx, AV_LOG_DEBUG, "Using constant-bitrate = %"PRId64" bps.\n",
            avctx->bit_rate);
     return 0;
 }