mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 02:52:10 +00:00
missing ;
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14301 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8b803d1fd9
commit
61780877b5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user