Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Richard Gonlag
vlc-unity
Commits
3c21364e
Commit
3c21364e
authored
Jan 09, 2022
by
Richard Gonlag
Browse files
testing
parent
c676be60
Pipeline
#177798
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
PluginSource/RenderAPI_D3D11.cpp
View file @
3c21364e
...
...
@@ -490,6 +490,8 @@ void* RenderAPI_D3D11::getVideoFrame(unsigned width, unsigned height, bool* out_
result
=
read_write
->
m_textureShaderInput
;
m_width
=
width
;
m_height
=
height
;
if
(
m_ReportSize
!=
nullptr
&&
m_reportOpaque
!=
nullptr
)
m_ReportSize
(
m_reportOpaque
,
m_width
,
m_height
);
/*if(m_width != width || m_height != height)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment