Mercurial > mplayer.hg
diff libmpcodecs/ad_ffmpeg.c @ 32387:8317ee61e0b0
Fix typo in error message: ACC -> AAC
| author | reimar |
|---|---|
| date | Sat, 09 Oct 2010 15:46:17 +0000 |
| parents | c08363dc5320 |
| children | b33aed46ecda |
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; }
