Added basic parsing of H.264 format in SDP.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6261 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2017-09-11 13:19:00 +00:00
parent 8ab1b11bf5
commit abdcb5841f
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ const TokenDict SDPParser::s_payloads[] = {
{ "h263", 34 },
{ "h263-1998", 111 },
{ "h263-2000", 112 },
{ "h264", 114 },
{ "vp8", 113 },
{ "mpv", 32 },
{ "mp2t", 33 },
@ -92,6 +93,7 @@ const TokenDict SDPParser::s_rtpmap[] = {
{ "H263/90000", 34 },
{ "H263-1998/90000", 111 },
{ "H263-2000/90000", 112 },
{ "H264/90000", 114 },
{ "VP8/90000", 113 },
{ "MPV/90000", 32 },
{ "MP2T/90000", 33 },