git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506ba46
)
Removed unused defined.
author
Laurent Aimar
<fenrir@videolan.org>
Mon, 11 May 2009 18:48:49 +0000
(20:48 +0200)
committer
Laurent Aimar
<fenrir@videolan.org>
Wed, 13 May 2009 19:18:18 +0000
(21:18 +0200)
src/video_output/vout_pictures.h
patch
|
blob
|
history
diff --git
a/src/video_output/vout_pictures.h
b/src/video_output/vout_pictures.h
index
8cfc892
..
e9144b3
100644
(file)
--- 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')