[vlc-devel] commit: Bring back aout_buffer_t.p_sys for the sole benefit of transcode ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Sep 7 23:24:37 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Sep 8 00:24:18 2009 +0300| [311ffefcfe26b3d5645f9930918b50d93dc7be0b] | committer: Rémi Denis-Courmont
Bring back aout_buffer_t.p_sys for the sole benefit of transcode
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=311ffefcfe26b3d5645f9930918b50d93dc7be0b
---
include/vlc_aout.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index 5d1f0f0..6fd0f24 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -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 )
More information about the vlc-devel
mailing list