mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-03-01 10:39:28 +00:00
Fixed vaapi SD streams
This commit is contained in:
1
video.c
1
video.c
@@ -2792,6 +2792,7 @@ static int init_generic_hwaccel(CuvidDecoder * decoder, enum AVPixelFormat hw_fm
|
||||
}
|
||||
|
||||
if (!decoder->cached_hw_frames_ctx) {
|
||||
new_fctx->initial_pool_size = 17;
|
||||
if (av_hwframe_ctx_init(new_frames_ctx) < 0) {
|
||||
Debug(3, "Failed to allocate hw frames.\n");
|
||||
goto error;
|
||||
|
Reference in New Issue
Block a user