summaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg_qsv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fftools/ffmpeg_qsv.c')
-rw-r--r--fftools/ffmpeg_qsv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fftools/ffmpeg_qsv.c b/fftools/ffmpeg_qsv.c
index 7442750..9c4285b 100644
--- a/fftools/ffmpeg_qsv.c
+++ b/fftools/ffmpeg_qsv.c
@@ -93,7 +93,7 @@ int qsv_init(AVCodecContext *s)
frames_ctx->height = FFALIGN(s->coded_height, 32);
frames_ctx->format = AV_PIX_FMT_QSV;
frames_ctx->sw_format = s->sw_pix_fmt;
- frames_ctx->initial_pool_size = 64;
+ frames_ctx->initial_pool_size = 64 + s->extra_hw_frames;
frames_hwctx->frame_type = MFX_MEMTYPE_VIDEO_MEMORY_DECODER_TARGET;
ret = av_hwframe_ctx_init(ist->hw_frames_ctx);
OpenPOWER on IntegriCloud