summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:52:28 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:52:28 +0000
commit6338c068a2f85dce3b4dee4c89c2047c8dbe5be2 (patch)
tree544842e577eff4009945748d390d6395b4d3949f /libaf/af.c
parent2d44426648879d19e99983ba636637716abdd9b8 (diff)
downloadmpv-6338c068a2f85dce3b4dee4c89c2047c8dbe5be2.tar.bz2
mpv-6338c068a2f85dce3b4dee4c89c2047c8dbe5be2.tar.xz
Simplify init_audio_filters() arguments
Remove the following arguments as redundant: in_channels, in_format, out_minsize, out_maxsize. The first two always equal fields of the sh_audio_t struct given as the first argument to the function. The last two are unused after the allocation of sh_audio->a_out_buffer was changed to be done on demand. After the out_minsize and out_maxsize arguments are removed the function preinit_audio_filters() is identical to init_audio_filters(), so remove it and use the latter instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24922 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af.c')
0 files changed, 0 insertions, 0 deletions