From 77eab7cd4ac0e793632b10d06da1ec45b34237ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 22 Feb 2022 19:54:11 +0200 Subject: [PATCH] fourcc: define code point for RTP video/raw --- include/vlc_fourcc.h | 1 + src/misc/fourcc_list.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h index 5656c44c7a..35a3c06090 100644 --- a/include/vlc_fourcc.h +++ b/include/vlc_fourcc.h @@ -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 diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h index 484e0624f1..874a36cecb 100644 --- a/src/misc/fourcc_list.h +++ b/src/misc/fourcc_list.h @@ -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[] = {