summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-09-18 13:47:10 +0000
committerphintuka <phintuka>2008-09-18 13:47:10 +0000
commitfedd22b48ad4903d3296ff7f058ca8b827f61693 (patch)
tree7f1425de941b7c090679b81bef9461360db09fed
parent58fa95190957c1087133c00b6f2d76cd7f6a3b93 (diff)
downloadxineliboutput-fedd22b48ad4903d3296ff7f058ca8b827f61693.tar.gz
xineliboutput-fedd22b48ad4903d3296ff7f058ca8b827f61693.tar.bz2
Added miDvdButtons (number of DVD menu buttons) to eMetainfoType
-rw-r--r--device.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/device.h b/device.h
index c6c18657..3cd9cb3e 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h,v 1.35 2008-06-11 23:21:49 phintuka Exp $
+ * $Id: device.h,v 1.36 2008-09-18 13:47:10 phintuka Exp $
*
*/
@@ -26,7 +26,8 @@ typedef enum {
miArtist = 2,
miAlbum = 3,
miDvdTitleNo = 4,
- mi_Count = 5
+ miDvdButtons = 5,
+ mi_Count = 6
} eMetainfoType;
# define ttXSubtitleNone (-2)