git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c71241
)
Bring back aout_buffer_t.p_sys for the sole benefit of transcode
author
Rémi Denis-Courmont
<remi@remlab.net>
Mon, 7 Sep 2009 21:24:18 +0000
(
00:24
+0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Mon, 7 Sep 2009 21:24:18 +0000
(
00:24
+0300)
include/vlc_aout.h
patch
|
blob
|
history
diff --git
a/include/vlc_aout.h
b/include/vlc_aout.h
index
5d1f0f0
..
6fd0f24
100644
(file)
--- 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 )