]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcdplayer.h
Crash on quit fixed.
[vlc] / modules / access / vcdx / vcdplayer.h
index 8fb0b313f297773dab8867fb15726372b10b088d..e1174f97f193f6b5b346105a0c8ffd945ff706f8 100644 (file)
@@ -156,8 +156,8 @@ typedef struct vcdplayer_input_s
   int            i_audio_nb;
   int            i_still;
   bool           b_end_of_cell;
+  bool           b_track_length; /* Use track as max unit in seek */
   input_thread_t *p_input;
-  demux_t        *p_demux;
   access_t       *p_access;
   
 } vcdplayer_t;