[vlc-devel] commit: Fixed compilation. (Laurent Aimar )
git version control
git at videolan.org
Fri Jan 22 00:25:46 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Jan 22 00:25:22 2010 +0100| [75294cb068c7cbbf76a271ed51aff1f1ec3da640] | committer: Laurent Aimar
Fixed compilation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=75294cb068c7cbbf76a271ed51aff1f1ec3da640
---
modules/access/vcdx/vcd.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/vcdx/vcd.h b/modules/access/vcdx/vcd.h
index 3fd5562..caf31ad 100644
--- a/modules/access/vcdx/vcd.h
+++ b/modules/access/vcdx/vcd.h
@@ -53,4 +53,4 @@ typedef struct {
} vcd_data_t;
int VCDSetArea ( access_t * );
-int VCDSeek ( access_t *, off_t );
+int VCDSeek ( access_t *, uint64_t );
More information about the vlc-devel
mailing list