Skip to content
Snippets Groups Projects
Commit 5145d988 authored by Dmitry Ilyin's avatar Dmitry Ilyin Committed by Jean-Baptiste Kempf
Browse files

mp4: add support for Opus

non standard, mp4ra.org mapping
parent c9b80802
No related branches found
No related tags found
Loading
Pipeline #174693 passed with stages
in 21 minutes and 57 seconds
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment