Commit 27da6e9c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add RealAudio Lossless FourCC

parent 04b1b0a6
......@@ -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')
......
......@@ -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 "),
......
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