Skip to content

Commit 657099a

Browse files
committed
DX9: косметика кода.
1 parent 6312702 commit 657099a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/DXVA2VP.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include <dxva2api.h>
2424

25-
class VideoSampleBuffer
25+
class VideoSampleBuffer9
2626
{
2727
private:
2828
enum SurfaceLocation {
@@ -206,7 +206,7 @@ class CDXVA2VP
206206
CComPtr<IDirectXVideoProcessor> m_pDXVA2_VP;
207207
GUID m_DXVA2VPGuid = GUID_NULL;
208208
DXVA2_VideoProcessBltParams m_BltParams = {};
209-
VideoSampleBuffer m_VideoSamples;
209+
VideoSampleBuffer9 m_VideoSamples;
210210

211211
DXVA2_VideoProcessorCaps m_DXVA2VPcaps = {};
212212
UINT m_NumRefSamples = 1;

0 commit comments

Comments
 (0)