Skip to content

Commit

Permalink
common.xml: Remove encodings from video stream type
Browse files Browse the repository at this point in the history
  • Loading branch information
nexton-winjeel committed Jul 18, 2024
1 parent 9196684 commit d0f045a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3331,8 +3331,8 @@
<entry value="2" name="VIDEO_STREAM_TYPE_TCP_MPEG">
<description>Stream is MPEG on TCP</description>
</entry>
<entry value="3" name="VIDEO_STREAM_TYPE_MPEG_TS_H264">
<description>Stream is h.264 on MPEG TS (URI gives the port number)</description>
<entry value="3" name="VIDEO_STREAM_TYPE_MPEG_TS">
<description>Stream is MPEG TS (URI gives the port number)</description>
</entry>
</enum>
<enum name="VIDEO_STREAM_ENCODING">
Expand Down

0 comments on commit d0f045a

Please sign in to comment.