]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/info.h
Fix bad bug with was causing discontinuous video playback.
[vlc] / modules / access / vcdx / info.h
index e65e9629874a0588dce1c5dbcbf7b9c2a55e8877..8b1b9279eb76295d3b10d79018a6d6629966f6a5 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+#ifndef VCD_INFO_H
+#define VCD_INFO_H
+
+#include "vcdplayer.h"
+
 /*
  Fills out playlist information.
  */
@@ -37,3 +42,5 @@ void VCDMetaInfo( access_t *p_access, /*const*/ char *psz_mrl );
 char * VCDFormatStr(const access_t *p_access, access_vcd_data_t *p_vcd,
                    const char format_str[], const char *mrl,
                    const vcdinfo_itemid_t *itemid);
+
+#endif /* VCD_INFO_H */