1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

fixed not initialized nv12_cpu_copy surface, remove odd code

This commit is contained in:
Vladimir Dudnik
2015-08-01 02:10:05 +03:00
parent 157c94c03e
commit 57bff43aec
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -111,6 +111,7 @@ public:
m_pSurfaceRGBA = 0;
m_pSurfaceNV12 = 0;
m_pSurfaceNV12_cpu_copy = 0;
D3D11_TEXTURE2D_DESC desc_rgba;