1
0
Fork 0

Fixed devtools codec_map

This commit is contained in:
rapperskull 2020-04-26 23:21:02 +02:00 committed by hpi1
parent c5d4ac3a84
commit bfceb00170
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ const VALUE_MAP codec_map[] = {
{0x20, "H.264 MVC dep."},
{0x24, "HEVC"},
{0x90, "Presentation Graphics"},
{0x91, "Presentation Graphics"},
{0x92, "Interactive Graphics"},
{0x91, "Interactive Graphics"},
{0x92, "Text subtitle"},
{0, NULL}
};