]> git.sesse.net Git - vlc/blobdiff - include/vlc_fourcc.h
Use var_InheritString for --decklink-video-connection.
[vlc] / include / vlc_fourcc.h
index b1f349e1199ef2f770e6d48e31f2cd972c277a66..f36651f99e486ecb1c7494852632a3465a33d00f 100644 (file)
 /* Palettized RGB with palette element R:G:B */
 #define VLC_CODEC_RGBP      VLC_FOURCC('R','G','B','P')
 /* 8 bits RGB */
-#define VLC_CODEC_RGB8      VLC_FOURCC('R','G','B','2')
+#define VLC_CODEC_RGB8      VLC_FOURCC('R','G','B','8')
 /* 15 bits RGB stored on 16 bits */
 #define VLC_CODEC_RGB15     VLC_FOURCC('R','V','1','5')
 /* 16 bits RGB store on a 16 bits */
@@ -403,7 +403,7 @@ VLC_EXPORT( bool, vlc_fourcc_IsYUV, ( vlc_fourcc_t ) );
 VLC_EXPORT( bool, vlc_fourcc_AreUVPlanesSwapped, (vlc_fourcc_t , vlc_fourcc_t ) );
 
 /**
- * Chroma related informations.
+ * Chroma related information.
  */
 typedef struct {
     unsigned plane_count;