capture: drop ADD from capture type

I opted to not implement this yet, so ensure its not in the capture
format types.
This commit is contained in:
Christian Hergert
2016-04-14 18:33:23 -07:00
parent c87a90cd9a
commit cd0a39859e

View File

@ -55,8 +55,7 @@ typedef enum
SP_CAPTURE_FRAME_EXIT = 6,
SP_CAPTURE_FRAME_JITMAP = 7,
SP_CAPTURE_FRAME_CTRDEF = 8,
SP_CAPTURE_FRAME_CTRADD = 9,
SP_CAPTURE_FRAME_CTRSET = 10,
SP_CAPTURE_FRAME_CTRSET = 9,
} SpCaptureFrameType;
#pragma pack(push, 1)