1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00

Change RGB2 to RGB8

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
This commit is contained in:
Kaarlo Raiha 2010-08-15 18:54:59 +03:00 committed by Rémi Duraffort
parent ea5d5de5fa
commit 098df76ff5

View File

@ -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 */