Mercurial > mplayer.hg
changeset 32696:bcfc1fb9cd03
Change a forgotten instance of string 'ac3' to 'ac3_fixed'.
author | cehoyos |
---|---|
date | Tue, 11 Jan 2011 13:15:36 +0000 |
parents | 5f69ed383ff1 |
children | 8faab59f3d3e |
files | libaf/af_lavcac3enc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af_lavcac3enc.c Tue Jan 11 13:09:46 2011 +0000 +++ b/libaf/af_lavcac3enc.c Tue Jan 11 13:15:36 2011 +0000 @@ -98,7 +98,7 @@ s->lavc_actx->bit_rate = bit_rate; if(avcodec_open(s->lavc_actx, s->lavc_acodec) < 0) { - mp_msg(MSGT_AFILTER, MSGL_ERR, MSGTR_CouldntOpenCodec, "ac3", bit_rate); + mp_msg(MSGT_AFILTER, MSGL_ERR, MSGTR_CouldntOpenCodec, "ac3_fixed", bit_rate); return AF_ERROR; } }