]> git.sesse.net Git - vlc/commitdiff
Fixed compilation issue (thanks Eyal !)
authorChristophe Massiot <massiot@videolan.org>
Wed, 26 Dec 2001 00:01:18 +0000 (00:01 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 26 Dec 2001 00:01:18 +0000 (00:01 +0000)
plugins/dvdread/input_dvdread.h

index 0f66a6f1a854542fe15dd2839661205cf004646b..da6903db022f5550b95f8143920df8d068cbdc0e 100644 (file)
@@ -2,7 +2,7 @@
  * input_dvdread.h: thread structure of the DVD plugin
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: input_dvdread.h,v 1.1 2001/11/25 05:04:38 stef Exp $
+ * $Id: input_dvdread.h,v 1.2 2001/12/26 00:01:18 massiot Exp $
  *
  * Author: Stéphane Borel <stef@via.ecp.fr>
  *
@@ -35,6 +35,7 @@
 #include "videolan/dvdread.h"
 
 /* Logical block size for DVD-VIDEO */
+#define DVD_LB_SIZE 2048
 #define LB2OFF(x) ((off_t)(x) * (off_t)(DVD_VIDEO_LB_LEN))
 #define OFF2LB(x) ((x) >> 11)