Commit 098df76f authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Rémi Duraffort

Change RGB2 to RGB8

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent ea5d5de5
......@@ -148,7 +148,7 @@
/* 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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment