]> git.sesse.net Git - vlc/commit
* vlc_common.h: include stdarg.h by default. Required by ninput.h
authorLaurent Aimar <fenrir@videolan.org>
Fri, 1 Aug 2003 00:00:12 +0000 (00:00 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 1 Aug 2003 00:00:12 +0000 (00:00 +0000)
commit1e9877bacae46b86b4ea46573ba31401ae6fbd18
treeb2577df15cbd31330c72a977aabeedf5e042d410
parent0d39f13d96739ed13f062cc086b6b7079223c8da
 * vlc_common.h: include stdarg.h by default. Required by ninput.h
 *  ninput.h :  extracted  duplicated  stream functions  from  a lot  of
 demuxers and do a nice (?) API.
 * stream.c: implement basic streams  manipulation. It is just a wrapper
 but it is useful.
 * all: added a i_ttl field in network_socket_t to allow per connection ttl
setting (in fact only used by access_out/udp.c.
Makefile.am
include/ninput.h [new file with mode: 0644]
include/vlc_common.h
src/input/stream.c [new file with mode: 0644]