From 91626b1c0606afb9bb582070e8a444a3ba8395ab Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 7 Nov 2013 22:12:36 +0100 Subject: audio: replace af_fmt2str_short -> af_fmt_to_str Also, remove all af_fmt2str usages. --- audio/out/ao_pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/out/ao_pcm.c') diff --git a/audio/out/ao_pcm.c b/audio/out/ao_pcm.c index d2f5f791ec..f7d793700d 100644 --- a/audio/out/ao_pcm.c +++ b/audio/out/ao_pcm.c @@ -145,7 +145,7 @@ static int init(struct ao *ao) MP_INFO(ao, "File: %s (%s)\nPCM: Samplerate: %d Hz Channels: %d Format: %s\n", priv->outputfilename, priv->waveheader ? "WAVE" : "RAW PCM", ao->samplerate, - ao->channels.num, af_fmt2str_short(ao->format)); + 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"); -- cgit v1.2.3