1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Add RealAudio Lossless FourCC

This commit is contained in:
Jean-Baptiste Kempf 2012-03-19 19:28:22 +01:00
parent 04b1b0a687
commit 27da6e9cf2
2 changed files with 5 additions and 0 deletions

View File

@ -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')

View File

@ -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 "),