summaryrefslogtreecommitdiffstats
path: root/libao2/ao_ivtv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/ao_ivtv.c')
-rw-r--r--libao2/ao_ivtv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_ivtv.c b/libao2/ao_ivtv.c
index 2b182ff191..adeefb464e 100644
--- a/libao2/ao_ivtv.c
+++ b/libao2/ao_ivtv.c
@@ -86,7 +86,7 @@ init (int rate, int channels, int format, int flags)
/* check for supported audio rate */
if (rate != 32000 || rate != 41000 || rate != 48000)
{
- mp_msg (MSGT_AO, MSGL_ERR, MSGTR_AO_MPEGPES_UnsupSamplerate, rate);
+ mp_tmsg (MSGT_AO, MSGL_ERR, MSGTR_AO_MPEGPES_UnsupSamplerate, rate);
rate = 48000;
}