Commit d4da1d5
Allow implementations to optimize encode parameters for better performance or quality.
Set VK_VIDEO_SESSION_CREATE_ALLOW_ENCODE_PARAMETER_OPTIMIZATIONS_BIT_KHR in the
flags field of VkVideoSessionCreateInfoKHR to allow implemenations to optimize
the encode parameters. These optimizations can be implementation-specific,
meaning the driver might adjust certain settings internally to optimize encoding
parameters (like bitrate, GOP structure, etc.) for better performance or quality.
Signed-off-by: Raju Konda <[email protected]>1 parent deb29b6 commit d4da1d5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
| 920 | + | |
920 | 921 | | |
921 | 922 | | |
922 | 923 | | |
| |||
0 commit comments