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
30666c10
Commit
30666c10
authored
Jan 09, 2022
by
Richard Gonlag
Browse files
commented out some things
parent
b77176d8
Pipeline
#177791
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
PluginSource/RenderAPI_D3D11.cpp
View file @
30666c10
...
...
@@ -454,10 +454,10 @@ void* RenderAPI_D3D11::getVideoFrame(unsigned width, unsigned height, bool* out_
m_updated
=
false
;
result
=
m_textureShaderInput
;
if
(
m_width
!=
width
||
m_height
!=
height
)
{
m_width
=
width
;
m_height
=
height
;
//
if(m_width != width || m_height != height)
//
{
//
m_width = width;
//
m_height = height;
// EnterCriticalSection(&m_sizeLock);
...
...
@@ -465,7 +465,7 @@ void* RenderAPI_D3D11::getVideoFrame(unsigned width, unsigned height, bool* out_
// m_ReportSize(m_reportOpaque, m_width, m_height);
// LeaveCriticalSection(&m_sizeLock);
}
//
}
LeaveCriticalSection
(
&
m_outputLock
);
return
result
;
...
...
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