[libbluray-devel] commit: BD_EVENT: use uint32_t instead of bd_event_e to avoid ABI problems (hpi1 )
git at videolan.org
git at videolan.org
Mon Sep 6 14:57:42 CEST 2010
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Sep 6 15:48:41 2010 +0300| [388065224cb0d57ee3ae9aa61ccbc334cc97dd64] | committer: hpi1
BD_EVENT: use uint32_t instead of bd_event_e to avoid ABI problems
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=388065224cb0d57ee3ae9aa61ccbc334cc97dd64
---
src/libbluray/bluray.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libbluray/bluray.h b/src/libbluray/bluray.h
index 9d0a398..215fc64 100644
--- a/src/libbluray/bluray.h
+++ b/src/libbluray/bluray.h
@@ -415,7 +415,7 @@ typedef enum {
} bd_event_e;
typedef struct {
- bd_event_e event;
+ uint32_t event; /* bd_event_e */
uint32_t param;
} BD_EVENT;
More information about the libbluray-devel
mailing list