1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

fourcc: define code point for RTP video/raw

This commit is contained in:
Rémi Denis-Courmont 2022-02-22 19:54:11 +02:00 committed by Hugo Beauzée-Luyssen
parent aed74edea9
commit 77eab7cd4a
2 changed files with 3 additions and 0 deletions

View File

@ -193,6 +193,7 @@
#define VLC_CODEC_IMM5 VLC_FOURCC('I','M','M','5')
#define VLC_CODEC_AGM VLC_FOURCC('A','G','M','0')
#define VLC_CODEC_NOTCHLC VLC_FOURCC('n','c','l','c')
#define VLC_CODEC_RTP_VIDEO_RAW VLC_FOURCC('R','T','P','V')
/***********
* Chromas

View File

@ -1271,6 +1271,8 @@ static const staticentry_t p_list_video[] = {
A("AGM7"),
B(VLC_CODEC_NOTCHLC, "NotchLC"),
B(VLC_CODEC_RTP_VIDEO_RAW, "RTP raw video"),
};
static const staticentry_t p_list_audio[] = {