Commit 311ffefc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Bring back aout_buffer_t.p_sys for the sole benefit of transcode

parent 9c712412
...@@ -138,6 +138,7 @@ struct aout_buffer_t ...@@ -138,6 +138,7 @@ struct aout_buffer_t
mtime_t start_date, end_date; mtime_t start_date, end_date;
struct aout_buffer_t * p_next; struct aout_buffer_t * p_next;
void *p_sys;
}; };
static inline void aout_BufferFree( aout_buffer_t *buffer ) static inline void aout_BufferFree( aout_buffer_t *buffer )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment