[libbluray-devel] [Git][videolan/libbluray][master] Fixed devtools codec_map

Petri Hintukainen gitlab at videolan.org
Sun May 17 16:48:59 CEST 2020



Petri Hintukainen pushed to branch master at VideoLAN / libbluray


Commits:
bfceb001 by rapperskull at 2020-05-17T14:24:10+03:00
Fixed devtools codec_map

- - - - -


1 changed file:

- src/devtools/strings.h


Changes:

=====================================
src/devtools/strings.h
=====================================
@@ -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}
 };
 



View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/bfceb00170c4c35e1da649d01c64099050f6cd1b

-- 
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/bfceb00170c4c35e1da649d01c64099050f6cd1b
You're receiving this email because of your account on code.videolan.org.




More information about the libbluray-devel mailing list