1
mirror of https://github.com/mpv-player/mpv synced 2024-10-02 16:25:33 +02:00

missing ;

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14301 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2005-01-02 16:01:36 +00:00
parent 8b803d1fd9
commit 61780877b5

View File

@ -85,7 +85,7 @@ static int init(int rate,int channels,int format,int flags){
{"waveheader", OPT_ARG_BOOL, &ao_pcm_waveheader, NULL},
{"file", OPT_ARG_STR, &file, NULL},
{NULL}
}
};
// set defaults
ao_pcm_waveheader = 1;
file.str = "audiodump.wav";