mpv/libvo
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
..
.cvsignore
Makefile
aclib.c
aclib_template.c
aspect.c
aspect.h
aspecttest.c
fastmemcpy.h
font_load.c
font_load.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
font_load_ft.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
geometry.c
geometry.h
gl_common.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
gl_common.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
gtf.c
gtf.h
img_format.h
jpeg_enc.c
jpeg_enc.h
md5sum.c
md5sum.h
mga_common.c
osd.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
osd.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
osd_font.h
osd_template.c
spuenc.c
spuenc.h
sub.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
sub.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vesa_lvo.c
vesa_lvo.h
video_out.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
video_out.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
video_out_internal.h
videodev_mjpeg.h
vo_3dfx.c
vo_aa.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_bl.c
vo_caca.c
vo_cvidix.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_dfbmga.c
vo_dga.c
vo_directfb2.c
vo_directx.c
vo_dxr2.c
vo_dxr3.c
vo_fbdev.c
vo_fbdev2.c
vo_ggi.c
vo_gif89a.c
vo_gl.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_gl2.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_jpeg.c
vo_macosx.h
vo_macosx.m
vo_md5sum.c
vo_mga.c
vo_mpegpes.c
vo_null.c
vo_png.c
vo_pnm.c
vo_quartz.c
vo_quartz.h
vo_sdl.c
vo_svga.c
vo_syncfb.c
vo_tdfx_vid.c
vo_tdfxfb.c
vo_tga.c
vo_vesa.c
vo_winvidix.c
vo_x11.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_xmga.c
vo_xover.c
vo_xv.c
vo_xvidix.c
vo_xvmc.c
vo_yuv4mpeg.c
vo_zr.c
vo_zr2.c
vosub_vidix.c
vosub_vidix.h
w32_common.c
w32_common.h
wskeys.h
x11_common.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
x11_common.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00