From 200df9086dd17e2af7f7c75fe25d82908775c5c3 Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Mon, 11 May 2009 20:48:49 +0200 Subject: [PATCH] Removed unused defined. --- src/video_output/vout_pictures.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/video_output/vout_pictures.h b/src/video_output/vout_pictures.h index 8cfc892282..e9144b38a9 100644 --- a/src/video_output/vout_pictures.h +++ b/src/video_output/vout_pictures.h @@ -26,12 +26,8 @@ *****************************************************************************/ /* Packed RGB for 8bpp */ -#define FOURCC_BI_RGB 0x00000000 #define FOURCC_RGB2 VLC_FOURCC('R','G','B','2') -/* Packed RGB for 16, 24, 32bpp */ -#define FOURCC_BI_BITFIELDS 0x00000003 - /* Packed RGB 15bpp, usually 0x7c00, 0x03e0, 0x001f */ #define FOURCC_RV15 VLC_FOURCC('R','V','1','5') -- 2.20.1