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

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Wed Nov 3 09:21:54 UTC 2021



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
bc62c513 by Francois Cartegnie at 2021-11-02T09:30:25+01:00
fourcc: fix E-AC-3 MP4RA fourcc direct mapping

(cherry picked from commit 99e92fd79afe79c8a78759acf4fdd5390667f6d3)

- - - - -
493b7a03 by Francois Cartegnie at 2021-11-02T09:30:33+01:00
fourcc: add AV1 MS FourCC

(cherry picked from commit 374a7cf675b701666ec95c1287f5f8b6d128cd15)

- - - - -


1 changed file:

- src/misc/fourcc_list.h


Changes:

=====================================
src/misc/fourcc_list.h
=====================================
@@ -516,6 +516,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"),
@@ -1226,7 +1227,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"),
 
     /* DTS Audio */
     B(VLC_CODEC_DTS, "DTS Audio"),



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/e22c0ba505d347c494dd39b3fbb807cf65d3b014...493b7a037da7d490c6eb62a021fd8eaba46ac755

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




More information about the vlc-commits mailing list