changeset 33045:776a676d5fde

Cosmetics: Fix typo.
author cehoyos
date Sun, 27 Mar 2011 21:25:58 +0000
parents d2b6fbd11f20
children 9684ad0e1291
files libmpcodecs/ae_lavc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ae_lavc.c	Sun Mar 27 14:17:48 2011 +0000
+++ b/libmpcodecs/ae_lavc.c	Sun Mar 27 21:25:58 2011 +0000
@@ -190,7 +190,7 @@
 	lavc_actx->sample_fmt = lavc_acodec->sample_fmts ? lavc_acodec->sample_fmts[0] : AV_SAMPLE_FMT_S16;
 	if (lavc_actx->sample_fmt != AV_SAMPLE_FMT_S16)
 	    mp_msg(MSGT_MENCODER, MSGL_ERR, "Encoder requires input not properly supported."
-	                                    "Try using e.g. 'ac3_fixed' instead if 'ac3' as codec\n");
+	                                    "Try using e.g. 'ac3_fixed' instead of 'ac3' as codec\n");
 	encoder->input_format = samplefmt2affmt(lavc_actx->sample_fmt);
 	lavc_actx->channels = encoder->params.channels;
 	lavc_actx->sample_rate = encoder->params.sample_rate;