diff options
author | wm4 <wm4@nowhere> | 2016-03-17 14:58:49 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-03-17 14:58:49 +0100 |
commit | 0d19316de2c743388e8b2fae7e238f7d4db1ab1f (patch) | |
tree | b04b0000b0400ca50f0dd98bb2d2cbd7b9fd69ca /waftools | |
parent | 45db7d52a982482c168b8fc2ee05ecc58237e7dc (diff) |
vo_opengl: dxva2egl: ignore alpha component in the mapped video
converted_imgfmt will be used by the renderer logic to build an
appropriate shader chain. It doesn't influence the format of any
textures. Thus it doesn't matter whether the hw video surface is mapped
as RGB or RGBA. What matters is if the video actually contains alpha or
not. Since virtually all hardware decoder do not support alpha in any
way, this can be hardcoded as "no alpha".
This avoids unnecessary GPU work.
Diffstat (limited to 'waftools')
0 files changed, 0 insertions, 0 deletions