Commit 91ed1b12 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

Add Opus FourCC

(cherry picked from commit 3f17ad711a4b073ef27bf718740eaf8913be1c68)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5aa28459
...@@ -246,6 +246,7 @@ ...@@ -246,6 +246,7 @@
#define VLC_CODEC_TRUEHD VLC_FOURCC('t','r','h','d') #define VLC_CODEC_TRUEHD VLC_FOURCC('t','r','h','d')
#define VLC_CODEC_DVAUDIO VLC_FOURCC('d','v','a','u') #define VLC_CODEC_DVAUDIO VLC_FOURCC('d','v','a','u')
#define VLC_CODEC_SPEEX VLC_FOURCC('s','p','x',' ') #define VLC_CODEC_SPEEX VLC_FOURCC('s','p','x',' ')
#define VLC_CODEC_OPUS VLC_FOURCC('O','p','u','s')
#define VLC_CODEC_VORBIS VLC_FOURCC('v','o','r','b') #define VLC_CODEC_VORBIS VLC_FOURCC('v','o','r','b')
#define VLC_CODEC_MACE3 VLC_FOURCC('M','A','C','3') #define VLC_CODEC_MACE3 VLC_FOURCC('M','A','C','3')
#define VLC_CODEC_MACE6 VLC_FOURCC('M','A','C','6') #define VLC_CODEC_MACE6 VLC_FOURCC('M','A','C','6')
......
...@@ -1151,6 +1151,9 @@ static const entry_t p_list_audio[] = { ...@@ -1151,6 +1151,9 @@ static const entry_t p_list_audio[] = {
B(VLC_CODEC_VORBIS, "Vorbis Audio"), B(VLC_CODEC_VORBIS, "Vorbis Audio"),
A("vorb"), A("vorb"),
B(VLC_CODEC_OPUS, "Opus Audio"),
A("Opus"),
B(VLC_CODEC_302M, "302M Audio"), B(VLC_CODEC_302M, "302M Audio"),
A("302m"), A("302m"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment