[vlc-commits] [Git][videolan/vlc][master] 2 commits: fourcc: fix E-AC-3 MP4RA fourcc direct mapping

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Thu Oct 28 06:30:55 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
99e92fd7 by Francois Cartegnie at 2021-10-28T06:11:05+00:00
fourcc: fix E-AC-3 MP4RA fourcc direct mapping

- - - - -
374a7cf6 by Francois Cartegnie at 2021-10-28T06:11:05+00:00
fourcc: add AV1 MS FourCC

- - - - -


1 changed file:

- src/misc/fourcc_list.h


Changes:

=====================================
src/misc/fourcc_list.h
=====================================
@@ -520,6 +520,7 @@ static const staticentry_t p_list_video[] = {
 
     B(VLC_CODEC_AV1, "AOMedia's AV1 Video"),
         A("av10"),
+        A("AV01"),
 
     /* Xiph.org theora */
     B(VLC_CODEC_THEORA, "Xiph.org's Theora Video"),
@@ -1352,7 +1353,7 @@ static const staticentry_t p_list_audio[] = {
         A("ms\x20\x00"),
 
     B(VLC_CODEC_EAC3, "A/52 B Audio (aka E-AC3)"),
-        A("eac3"),
+        A("ec-3"),
 
     B(VLC_CODEC_AC4,  "AC-4 Digital Audio"),
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/c04381be97fa0a2ac11b64be9eb5d9e16e4975ee...374a7cf675b701666ec95c1287f5f8b6d128cd15

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/c04381be97fa0a2ac11b64be9eb5d9e16e4975ee...374a7cf675b701666ec95c1287f5f8b6d128cd15
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list