mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
Correct dumping hint (vc dummy faster than null).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10078 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
31f5cc6023
commit
e6c118b982
@ -115,7 +115,7 @@ static int init(int rate,int channels,int format,int flags){
|
||||
"PCM: Samplerate: %iHz Channels: %s Format %s\n",
|
||||
ao_outputfilename, (ao_pcm_waveheader?"WAVE":"RAW PCM"), rate,
|
||||
(channels > 1) ? "Stereo" : "Mono", audio_out_format_name(format));
|
||||
printf("PCM: Info: fastest dumping is achieved with -vc null -vo null\n"
|
||||
printf("PCM: Info: fastest dumping is achieved with -vc dummy -vo null\n"
|
||||
"PCM: Info: to write WAVE files use -waveheader (default); "
|
||||
"for RAW PCM -nowaveheader.\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user