Mercurial > mplayer.hg
changeset 32387:8317ee61e0b0
Fix typo in error message: ACC -> AAC
author | reimar |
---|---|
date | Sat, 09 Oct 2010 15:46:17 +0000 |
parents | ce1c7ac2e3d4 |
children | 211cd5f02401 |
files | libmpcodecs/ad_ffmpeg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad_ffmpeg.c Sat Oct 09 15:16:24 2010 +0000 +++ b/libmpcodecs/ad_ffmpeg.c Sat Oct 09 15:46:17 2010 +0000 @@ -72,7 +72,7 @@ if (lavc_context->codec_id == CODEC_ID_AAC && samplerate == 2*sh_audio->wf->nSamplesPerSec) { mp_msg(MSGT_DECAUDIO, MSGL_WARN, - "Ignoring broken container sample rate for ACC with SBR\n"); + "Ignoring broken container sample rate for AAC with SBR\n"); } else if (sh_audio->wf->nSamplesPerSec) samplerate=sh_audio->wf->nSamplesPerSec; }