[vlc-commits] Add RealAudio Lossless FourCC
Jean-Baptiste Kempf
git at videolan.org
Tue Mar 20 01:05:57 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 19 19:28:22 2012 +0100| [27da6e9cf2300f0468fd294ec090864a88826204] | committer: Jean-Baptiste Kempf
Add RealAudio Lossless FourCC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=27da6e9cf2300f0468fd294ec090864a88826204
---
include/vlc_fourcc.h | 2 ++
src/misc/fourcc.c | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 115f0d5..47ee089 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -298,6 +298,8 @@
#define VLC_CODEC_BD_LPCM VLC_FOURCC('b','p','c','m')
#define VLC_CODEC_SDDS VLC_FOURCC('s','d','d','s')
#define VLC_CODEC_MIDI VLC_FOURCC('M','I','D','I')
+#define VLC_CODEC_RALF VLC_FOURCC('R','A','L','F')
+
#define VLC_CODEC_S8 VLC_FOURCC('s','8',' ',' ')
#define VLC_CODEC_U8 VLC_FOURCC('u','8',' ',' ')
#define VLC_CODEC_S16L VLC_FOURCC('s','1','6','l')
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 62f8ba9..acf48c0 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1189,6 +1189,9 @@ static const entry_t p_list_audio[] = {
B(VLC_CODEC_MIDI, "MIDI Audio"),
A("MIDI"),
+ B(VLC_CODEC_RALF, "RealAudio Lossless"),
+ A("LSD:"),
+
/* PCM */
B(VLC_CODEC_S8, "PCM S8"),
A("s8 "),
More information about the vlc-commits
mailing list