mpv/libmpdemux/realrtsp
rathann e7db4ccf1a Patch by Stefan Huehner / stefan % huehner ! org \
patch replaces '()' for the correct '(void)' in function
declarations/prototypes which have no parameters. The '()' syntax tell
thats there is a variable list of arguments, so that the compiler cannot
check this. The extra CFLAG '-Wstrict-declarations' shows those cases.

Comments about a similar patch applied to ffmpeg:

That in C++ these mean the same, but in ANSI C the semantics are
different; function() is an (obsolete) K&R C style forward declaration,
it basically means that the function can have any number and any types
of parameters, effectively completely preventing the compiler from doing
any sort of type checking. -- Erik Slagter

Defining functions with unspecified arguments is allowed but bad.
With arguments unspecified the compiler can't report an error/warning
if the function is called with incorrect arguments. -- Måns Rullgård


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-09 14:08:03 +00:00
..
asmrp.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
asmrp.h
real.c This patch makes real rtsp tell the server to deliver data at specified 2006-01-06 14:39:10 +00:00
real.h Some sanity and bound checking 2004-04-24 10:33:19 +00:00
rmff.c Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD standard). Patch by FloDt <flodt8@yahoo.de> 2003-05-29 19:36:58 +00:00
rmff.h Networking support under MinGW. 2003-06-11 16:48:09 +00:00
rtsp.c Fix CSeq answer for keepalive OPTIONS requests during playback 2006-02-08 23:44:44 +00:00
rtsp.h Real rtsp Range parameter (Start and End) support. 2003-11-23 13:35:55 +00:00
rtsp_session.c OS X compilation fix: Include inttypes.h so that uint32_t is not undefined. 2006-01-08 22:57:59 +00:00
rtsp_session.h This patch makes real rtsp tell the server to deliver data at specified 2006-01-06 14:39:10 +00:00
sdpplin.c Revert fix v1.3, it breaks streams with cook audio (ex. 2005-07-06 21:37:38 +00:00
sdpplin.h Removed unneded Cygwin #ifdefs. Tested by Diego Biurrun 2003-04-20 14:40:38 +00:00
xbuffer.c Some sanity and bound checking 2004-04-24 10:33:19 +00:00
xbuffer.h Some sanity and bound checking 2004-04-24 10:33:19 +00:00