ref: fe0f10a0636304d94f801c909874229308c1ba8e
parent: 51af10a25b1d800aadd547356e43d541661e372c
author: huili2 <huili2@cisco.com>
date: Tue Jun 17 22:14:29 EDT 2014
add missing declaration of members for render
--- a/codec/console/dec/inc/d3d9_utils.h
+++ b/codec/console/dec/inc/d3d9_utils.h
@@ -82,6 +82,8 @@
HWND m_hWnd;
unsigned char* m_pDumpYUV;
BOOL m_bInitDone;
+ int m_nWidth;
+ int m_nHeight;
LPDIRECT3D9 m_lpD3D9;
LPDIRECT3DDEVICE9 m_lpD3D9Device;
@@ -110,6 +112,8 @@
HWND m_hWnd;
unsigned char* m_pDumpYUV;
BOOL m_bInitDone;
+ int m_nWidth;
+ int m_nHeight;
LPDIRECT3D9EX m_lpD3D9;
LPDIRECT3DDEVICE9EX m_lpD3D9Device;