[MPlayer-cvslog] r32473 - trunk/libmpcodecs/ad_ffmpeg.c
reimar
subversion at mplayerhq.hu
Sat Oct 9 17:46:17 CEST 2010
Author: reimar
Date: Sat Oct 9 17:46:17 2010
New Revision: 32473
Log:
Fix typo in error message: ACC -> AAC
Modified:
trunk/libmpcodecs/ad_ffmpeg.c
Modified: trunk/libmpcodecs/ad_ffmpeg.c
==============================================================================
--- trunk/libmpcodecs/ad_ffmpeg.c Sat Oct 9 17:16:24 2010 (r32472)
+++ trunk/libmpcodecs/ad_ffmpeg.c Sat Oct 9 17:46:17 2010 (r32473)
@@ -72,7 +72,7 @@ static int setup_format(sh_audio_t *sh_a
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;
}
More information about the MPlayer-cvslog
mailing list