Skip to content
Snippets Groups Projects
Commit 5e7295c2 authored by Simon McVittie's avatar Simon McVittie
Browse files

runtime: Preallocate more space for list of VA-API drivers


We use the same GPtrArray to accumulate both i386 and x86_64 drivers,
so ideally we allocate enough space for both and never have to
reallocate it again. (But if we guess wrong, no harm done.)

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent e38fe281
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment