shithub: openh264

Download patch

ref: 37b64fc9d60e3ea9b8764eb1250fe9de16096c9e
parent: 51af10a25b1d800aadd547356e43d541661e372c
parent: fe0f10a0636304d94f801c909874229308c1ba8e
author: huili2 <[email protected]>
date: Wed Jun 18 17:59:18 EDT 2014

Merge pull request #982 from huili2/d3d9_fix

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;