Use proper constant for XMP_STATUS_RELEASE_CXBXR
This commit is contained in:
parent
743b3cbdbb
commit
eb2bc2dbc8
|
@ -138,7 +138,7 @@ ENUM2STR_START(XMP_STATUS)
|
|||
ENUM2STR_CASE(XMP_STATUS_PENDING)
|
||||
ENUM2STR_CASE(XMP_STATUS_FLUSHED)
|
||||
ENUM2STR_CASE(XMP_STATUS_FAILURE)
|
||||
ENUM2STR_CASE(XMP_STATUS_RELEASE_CXBXR) // NOTE: Custom status for Cxbx-Reloaded.
|
||||
ENUM2STR_CASE((int)XMP_STATUS_RELEASE_CXBXR) // NOTE: Custom status for Cxbx-Reloaded.
|
||||
ENUM2STR_END_and_LOGRENDER(XMP_STATUS)
|
||||
|
||||
FLAGS2STR_START(XMO_STREAMF)
|
||||
|
|
|
@ -201,7 +201,7 @@ XMEDIAPACKET, *PXMEDIAPACKET, *LPXMEDIAPACKET;
|
|||
#define XMP_STATUS_PENDING E_PENDING
|
||||
#define XMP_STATUS_FLUSHED E_ABORT
|
||||
#define XMP_STATUS_FAILURE E_FAIL
|
||||
#define XMP_STATUS_RELEASE_CXBXR -1
|
||||
#define XMP_STATUS_RELEASE_CXBXR 0xFFFFFFFF
|
||||
|
||||
// ******************************************************************
|
||||
// * XMEDIAINFO
|
||||
|
|
Loading…
Reference in New Issue