[vlc-devel] [PATCH 1/2] Add encoder for YCbCr 4:2:0 over RTP (RFC 4175)

Jean-Baptiste Kempf jb at videolan.org
Sun Feb 1 09:57:11 CET 2015


On 31 Jan, Tristan Matthews wrote :
> diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
> index 5f4f8f9..fd67797 100644
> --- a/include/vlc_fourcc.h
> +++ b/include/vlc_fourcc.h
> @@ -275,6 +275,8 @@
>  #define VLC_CODEC_CYUV            VLC_FOURCC('c','y','u','v')
>  /* 10-bit 4:2:2 Component YCbCr */
>  #define VLC_CODEC_V210            VLC_FOURCC('v','2','1','0')
> +/* I420 packed for RTP (RFC 4175) */
> +#define VLC_CODEC_R420            VLC_FOURCC('r','4','2','0')

Why do you need a special codec?


-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list