[vlc-commits] [Git][videolan/vlc][master] mp4: add support for Opus

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Fri Dec 31 19:20:53 UTC 2021



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


Commits:
5145d988 by Dmitry Ilyin at 2021-12-31T18:58:03+00:00
mp4: add support for Opus

non standard, mp4ra.org mapping

- - - - -


1 changed file:

- modules/demux/mp4/mpeg4.h


Changes:

=====================================
modules/demux/mp4/mpeg4.h
=====================================
@@ -101,6 +101,9 @@ static inline bool MPEG4_Codec_By_ObjectType(uint8_t oti,
             *pi_profile = PROFILE_DTS_EXPRESS;
             *pi_codec = VLC_CODEC_DTS;
             break;
+        case 0xad:
+            *pi_codec = VLC_CODEC_OPUS;
+            break;
         case 0xDD:
             *pi_codec = VLC_CODEC_VORBIS;
             break;



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5145d988504de5bca82a6515c748b664ff57b4cc

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




More information about the vlc-commits mailing list