mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 11:24:17 +00:00
Merge commit 'c8bca9fe466f810fd484e2c6db7ef7bc83b5a943'
* commit 'c8bca9fe466f810fd484e2c6db7ef7bc83b5a943': lavc/qsvenc: dump BufferSizeInKB message Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
a12063b118
@ -158,8 +158,8 @@ static void dump_video_param(AVCodecContext *avctx, QSVEncContext *q,
|
|||||||
#endif
|
#endif
|
||||||
) {
|
) {
|
||||||
av_log(avctx, AV_LOG_VERBOSE,
|
av_log(avctx, AV_LOG_VERBOSE,
|
||||||
"InitialDelayInKB: %"PRIu16"; TargetKbps: %"PRIu16"; MaxKbps: %"PRIu16"\n",
|
"BufferSizeInKB: %"PRIu16"; InitialDelayInKB: %"PRIu16"; TargetKbps: %"PRIu16"; MaxKbps: %"PRIu16"\n",
|
||||||
info->InitialDelayInKB, info->TargetKbps, info->MaxKbps);
|
info->BufferSizeInKB, info->InitialDelayInKB, info->TargetKbps, info->MaxKbps);
|
||||||
} else if (info->RateControlMethod == MFX_RATECONTROL_CQP) {
|
} else if (info->RateControlMethod == MFX_RATECONTROL_CQP) {
|
||||||
av_log(avctx, AV_LOG_VERBOSE, "QPI: %"PRIu16"; QPP: %"PRIu16"; QPB: %"PRIu16"\n",
|
av_log(avctx, AV_LOG_VERBOSE, "QPI: %"PRIu16"; QPP: %"PRIu16"; QPB: %"PRIu16"\n",
|
||||||
info->QPI, info->QPP, info->QPB);
|
info->QPI, info->QPP, info->QPB);
|
||||||
|
Loading…
Reference in New Issue
Block a user