]> git.sesse.net Git - vlc/blobdiff - include/vlc_aout.h
Added aout pause support.
[vlc] / include / vlc_aout.h
index 96a9c5fde5cf84f8082e0e35b8ea7ae4c9579187..ff1ba9cf14f54c92ca62f8f318c33c6c8b01a0c5 100644 (file)
@@ -284,10 +284,14 @@ struct aout_input_t
     bool              b_changed;
 
     /* last rate from input */
-    int                     i_last_input_rate;
+    int               i_last_input_rate;
 
     /* */
-    int                     i_buffer_lost;
+    int               i_buffer_lost;
+
+    /* */
+    bool              b_paused;
+    mtime_t           i_pause_date;
  };
 
 /** an output stream for the audio output */