]> git.sesse.net Git - vlc/commitdiff
Bring back aout_buffer_t.p_sys for the sole benefit of transcode
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 7 Sep 2009 21:24:18 +0000 (00:24 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 7 Sep 2009 21:24:18 +0000 (00:24 +0300)
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 )