[vlc-devel] commit: Removed unused defined. (Laurent Aimar )

git version control git at videolan.org
Wed May 13 21:20:18 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon May 11 20:48:49 2009 +0200| [200df9086dd17e2af7f7c75fe25d82908775c5c3] | committer: Laurent Aimar 

Removed unused defined.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=200df9086dd17e2af7f7c75fe25d82908775c5c3
---

 src/video_output/vout_pictures.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/video_output/vout_pictures.h b/src/video_output/vout_pictures.h
index 8cfc892..e9144b3 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')
 




More information about the vlc-devel mailing list