Fix definition of reinit_audio_chain().
commitab93c42241bf758adf4f0d9ad57f65909c055efd
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 16 Jun 2006 20:21:37 +0000 (16 20:21 +0000)
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 16 Jun 2006 20:21:37 +0000 (16 20:21 +0000)
tree0c6f90ea3805740c87d95dc37a3f4e6f018b732f
parent8e500b6d305cfe7ed696da2b918ce181916b9ade
Fix definition of reinit_audio_chain().
It had return type "int" even though it did not return a value (callers
do not expect one) and used old-style syntax. Changed return type to
"void" and added "void" as parameter list.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18736 b3059339-0415-0410-9bf9-f77b7e298cf2
mplayer.c