[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Graveman-cvs] Changes to graveman/current/include/graveman.h
From: |
sylvain cresto |
Subject: |
[Graveman-cvs] Changes to graveman/current/include/graveman.h |
Date: |
Mon, 02 May 2005 21:22:36 -0400 |
Index: graveman/current/include/graveman.h
diff -u graveman/current/include/graveman.h:1.19
graveman/current/include/graveman.h:1.20
--- graveman/current/include/graveman.h:1.19 Thu Apr 21 23:16:45 2005
+++ graveman/current/include/graveman.h Tue May 3 01:22:35 2005
@@ -181,19 +181,25 @@
#define _MEDIA_CDR 2
#define _MEDIA_CDRW 4
#define _MEDIA_DVD 8
-#define _MEDIA_DVDRP 16
-#define _MEDIA_DVDRM 32
-#define _MEDIA_DVDRew 64
-#define _MEDIA_DVDPRW 128
-#define _MEDIA_DVDMRW 256
+
+#define _MEDIA_DVDR_P 16
+#define _MEDIA_DVDR_M 32
+#define _MEDIA_DVD_RAM 64
+
+#define _MEDIA_DVDP_RW 128
+#define _MEDIA_DVDM_RW 256
+
#define _MEDIA_BLANK 512
#define _MEDIA_NOBLANK 1024
#define _MEDIA_APPENDABLE 2048
-#define _MEDIA_BLANKORAPPENDABLE (_MEDIA_BLANK+_MEDIA_APPENDABLE)
-#define _MEDIA_IS_CD (_MEDIA_CD+_MEDIA_CDR+_MEDIA_CDRW)
+
+#define _MEDIA_TITLE_DVDRew 5096
+#define _MEDIA_TITLE_BLANKORAPPENDABLE 10192
+/*#define _MEDIA_BLANKORAPPENDABLE (_MEDIA_BLANK+_MEDIA_APPENDABLE) */
+/*#define _MEDIA_IS_CD (_MEDIA_CD+_MEDIA_CDR+_MEDIA_CDRW)
#define _MEDIA_IS_DVD
(_MEDIA_DVD+_MEDIA_DVDRW+_MEDIA_DVDRew+_MEDIA_DVDPRW+_MEDIA_DVDMRW)
#define _MEDIA_CMP_CD(DE, A) (((DE & 1) && (A & 1)) || ((DE & 2) && (A & 2))
|| ((DE & 4) && (A & 4)))
-#define _MEDIA_CMP_DVD(DE, A) (((DE & 8) && (A & 8)) || ((DE & 16) && (A &
16)) || ((DE & 32) && (A & 32)) || ((DE & 64) && (A & 64)))
+#define _MEDIA_CMP_DVD(DE, A) (((DE & 8) && (A & 8)) || ((DE & 16) && (A &
16)) || ((DE & 32) && (A & 32)) || ((DE & 64) && (A & 64))) */
/* includes graveman ! */
- [Graveman-cvs] Changes to graveman/current/include/graveman.h,
sylvain cresto <=