summaryrefslogtreecommitdiffstats
path: root/ucs2-interface/ucs-xml/UcsXml_Private.h
diff options
context:
space:
mode:
authortkummermehr <thorsten.kummermehr@k2l.de>2017-07-14 11:42:07 +0200
committerGitHub <noreply@github.com>2017-07-14 11:42:07 +0200
commit27a4c51251418b2f09183d01b7fffaa06453fef4 (patch)
treec9f8918ee1b14df1132e5f006411e2bd92c34e75 /ucs2-interface/ucs-xml/UcsXml_Private.h
parentf4b34a4b00dc0983ae8f9a56828c2bc86ac11c7f (diff)
parentf1a58b980fc090b5e0d2a4eff704c8d2b23cd79c (diff)
Merge pull request #9 from tkummermehr/FixIvalidXmlCrash
Fix invalid XML crash
Diffstat (limited to 'ucs2-interface/ucs-xml/UcsXml_Private.h')
-rw-r--r--ucs2-interface/ucs-xml/UcsXml_Private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucs2-interface/ucs-xml/UcsXml_Private.h b/ucs2-interface/ucs-xml/UcsXml_Private.h
index c2d4d70..f8df323 100644
--- a/ucs2-interface/ucs-xml/UcsXml_Private.h
+++ b/ucs2-interface/ucs-xml/UcsXml_Private.h
@@ -38,9 +38,9 @@ typedef enum
{
SYNC_DATA = 0, /*!< \brief Specifies the synchronous streaming data type */
CONTROL_DATA = 2, /*!< \brief Specifies the control data type */
- AV_PACKETIZED = 3, /*!< \brief Specifies the A/V Packetized Isochronous
+ AV_PACKETIZED = 3, /*!< \brief Specifies the A/V Packetized Isochronous
streaming data type */
- QOS_IP = 4, /*!< \brief Specifies the Quality of Service IP
+ QOS_IP = 4, /*!< \brief Specifies the Quality of Service IP
streaming data type*/
DISC_FRAME_PHASE = 5, /*!< \brief Specifies the DiscreteFrame Isochronous
streaming phase data type */