]> git.sesse.net Git - vlc/blobdiff - modules/demux/avi/avi.h
* ffmpeg: disable direct rendering by default. I have too many files
[vlc] / modules / demux / avi / avi.h
index 6a8531de4917f4236f2bd9a8feaed6f62ba15b17..8886a8c9f735db4ec9cbe1086389d88232c55121 100644 (file)
@@ -2,7 +2,7 @@
  * avi.h : AVI file Stream input module for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: avi.h,v 1.6 2002/11/06 14:44:30 sam Exp $
+ * $Id: avi.h,v 1.7 2002/11/15 18:10:26 fenrir Exp $
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  * 
  * This program is free software; you can redistribute it and/or modify
@@ -20,7 +20,6 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-
 typedef struct avi_packet_s
 {
     vlc_fourcc_t i_fourcc;
@@ -84,5 +83,9 @@ struct demux_sys_t
     int i_streams;
     avi_stream_t  **pp_info; 
 
+#ifdef __AVI_SUBTITLE__
+    subtitle_demux_t    *p_sub;
+#endif
+    
 };