mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
ao_pcm: fix message strings
Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
parent
f645e8921c
commit
8593c4f70b
@ -149,8 +149,8 @@ static int init(struct ao *ao)
|
||||
priv->outputfilename,
|
||||
priv->waveheader ? "WAVE" : "RAW PCM", ao->samplerate,
|
||||
ao->channels.num, af_fmt_to_str(ao->format));
|
||||
MP_INFO(ao, "Info: Faster dumping is achieved with -no-video\n");
|
||||
MP_INFO(ao, "Info: To write WAVE files use -ao pcm:waveheader (default).\n");
|
||||
MP_INFO(ao, "Info: Faster dumping is achieved with --no-video\n");
|
||||
MP_INFO(ao, "Info: To write WAVE files use --ao=pcm:waveheader (default).\n");
|
||||
|
||||
priv->fp = fopen(priv->outputfilename, "wb");
|
||||
if (!priv->fp) {
|
||||
|
Loading…
Reference in New Issue
Block a user