<div dir="ltr">On Mon, Feb 2, 2015 at 6:07 AM, Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net" target="_blank">remi@remlab.net</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 2015-02-01 11:57, Jean-Baptiste Kempf a écrit :<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 31 Jan, Tristan Matthews wrote :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h<br>
index 5f4f8f9..fd67797 100644<br>
--- a/include/vlc_fourcc.h<br>
+++ b/include/vlc_fourcc.h<br>
@@ -275,6 +275,8 @@<br>
 #define VLC_CODEC_CYUV            VLC_FOURCC('c','y','u','v')<br>
 /* 10-bit 4:2:2 Component YCbCr */<br>
 #define VLC_CODEC_V210            VLC_FOURCC('v','2','1','0')<br>
+/* I420 packed for RTP (RFC 4175) */<br>
+#define VLC_CODEC_R420            VLC_FOURCC('r','4','2','0')<br>
</blockquote>
<br>
Why do you need a special codec?<br>
</blockquote>
<br></span>
Because there is no existing FOURCC for that pixel format, or is there?<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>Not that I found.<br></div></div></div></div>