Readded H264 struct pointers, keep API compatible.

This commit is contained in:
Armin Novak 2017-07-17 11:38:06 +02:00
parent 1d724e1343
commit 14c6dd91f5
2 changed files with 0 additions and 4 deletions

View File

@ -49,9 +49,7 @@ struct rdp_codecs
RFX_CONTEXT* rfx;
NSC_CONTEXT* nsc;
#ifdef WITH_GFX_H264
H264_CONTEXT* h264;
#endif
CLEAR_CONTEXT* clear;
PROGRESSIVE_CONTEXT* progressive;
BITMAP_PLANAR_CONTEXT* planar;

View File

@ -27,9 +27,7 @@ struct gdi_gfx_surface
{
UINT16 surfaceId;
rdpCodecs* codecs;
#ifdef WITH_GFX_H264
H264_CONTEXT *h264;
#endif
UINT32 width;
UINT32 height;
BYTE* data;