]> git.sesse.net Git - vlc/blobdiff - include/vlc_aout.h
Bring back aout_buffer_t.p_sys for the sole benefit of transcode
[vlc] / include / vlc_aout.h
index 5d1f0f0f60b98bc06ee005eff8233bef3853cce7..6fd0f24480794062c32498cf239797c1fa90a72c 100644 (file)
@@ -138,6 +138,7 @@ struct aout_buffer_t
     mtime_t                 start_date, end_date;
 
     struct aout_buffer_t *  p_next;
+    void                 *p_sys;
 };
 
 static inline void aout_BufferFree( aout_buffer_t *buffer )