[DVDnav-discuss] r1065 - trunk/libdvdnav/examples/menus.c

nicodvb subversion at mplayerhq.hu
Thu Jun 5 12:17:54 CEST 2008


Author: nicodvb
Date: Thu Jun  5 12:17:53 2008
New Revision: 1065

Log:
correct type definitions for a couple of variables; patch by Erik Hovland org

Modified:
   trunk/libdvdnav/examples/menus.c

Modified: trunk/libdvdnav/examples/menus.c
==============================================================================
--- trunk/libdvdnav/examples/menus.c	(original)
+++ trunk/libdvdnav/examples/menus.c	Thu Jun  5 12:17:53 2008
@@ -176,7 +176,8 @@ int main(int argc, char **argv) {
        * information only when necessary and update the decoding/displaying
        * accordingly. */
       {
-	int tt = 0, ptt = 0, pos, len;
+	int32_t tt = 0, ptt = 0;
+	uint32_t pos, len;
 	char input = '\0';
 	
 	dvdnav_current_title_info(dvdnav, &tt, &ptt);



More information about the DVDnav-discuss mailing list