[vlc-commits] Add a FourCC for vorbis
Jean-Baptiste Kempf
git at videolan.org
Sun Aug 26 17:34:41 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 26 17:33:55 2012 +0200| [8206f9ff4a9916e12d8ac1e69a9ac4e65f153229] | committer: Jean-Baptiste Kempf
Add a FourCC for vorbis
Close #7389
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8206f9ff4a9916e12d8ac1e69a9ac4e65f153229
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 3163b33..12e97ba 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1201,6 +1201,7 @@ static const entry_t p_list_audio[] = {
B(VLC_CODEC_VORBIS, "Vorbis Audio"),
A("vorb"),
+ A("vor1"),
B(VLC_CODEC_OPUS, "Opus Audio"),
A("Opus"),
More information about the vlc-commits
mailing list