]> git.sesse.net Git - vlc/blobdiff - include/vlc_aout.h
aout_buffer_t.b_disconuity -> aout_buffert.i_flags
[vlc] / include / vlc_aout.h
index 05c0f5da4a75c0bd1c0c9e72e49f0c80cbb7df0d..2173fa521c915d9b13d04937a5b0a18ec79b7c55 100644 (file)
@@ -133,7 +133,7 @@ struct aout_buffer_t
      * is the number of significative bytes in it. */
     size_t                  i_size, i_nb_bytes;
     unsigned int            i_nb_samples;
-    bool                    b_discontinuity; /* Set on discontinuity (for non pcm stream) */
+    uint32_t                i_flags;
     mtime_t                 i_pts, end_date;
 
     struct aout_buffer_t *  p_next;