X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Favi%2Favi.h;h=8886a8c9f735db4ec9cbe1086389d88232c55121;hb=1ef00c88b51151b2e8e4765a5037ff72e36983f8;hp=6a8531de4917f4236f2bd9a8feaed6f62ba15b17;hpb=93160b29203c6adc490121f5b9f7282386e243da;p=vlc diff --git a/modules/demux/avi/avi.h b/modules/demux/avi/avi.h index 6a8531de49..8886a8c9f7 100644 --- a/modules/demux/avi/avi.h +++ b/modules/demux/avi/avi.h @@ -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 * * 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 + };