[libbluray-devel] Fixed event type

hpi1 git at videolan.org
Wed Sep 12 12:55:17 CEST 2012


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Sep 12 13:04:20 2012 +0300| [4b57d1800b1c06c6c304b3d313f919b95f73de08] | committer: hpi1

Fixed event type

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=4b57d1800b1c06c6c304b3d313f919b95f73de08
---

 src/libbluray/hdmv/hdmv_vm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libbluray/hdmv/hdmv_vm.c b/src/libbluray/hdmv/hdmv_vm.c
index 9f88942..e0942bc 100644
--- a/src/libbluray/hdmv/hdmv_vm.c
+++ b/src/libbluray/hdmv/hdmv_vm.c
@@ -220,7 +220,7 @@ static int _get_event(HDMV_VM *p, HDMV_EVENT *ev)
     return -1;
 }
 
-static int _queue_event(HDMV_VM *p, uint32_t event, uint32_t param)
+static int _queue_event(HDMV_VM *p, hdmv_event_e event, uint32_t param)
 {
     unsigned i;
     for (i = 0; i < sizeof(p->event) / sizeof(p->event[0]) - 1; i++) {



More information about the libbluray-devel mailing list