changeset 33198:1f418f605d13

Do not use a deprecated audio encoder.
author cehoyos
date Fri, 22 Apr 2011 07:53:12 +0000
parents 17dba462c48c
children 85d0e813370f
files libaf/af_lavcac3enc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_lavcac3enc.c	Fri Apr 22 07:28:44 2011 +0000
+++ b/libaf/af_lavcac3enc.c	Fri Apr 22 07:53:12 2011 +0000
@@ -99,7 +99,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_fixed", bit_rate);
+                mp_msg(MSGT_AFILTER, MSGL_ERR, MSGTR_CouldntOpenCodec, "ac3", bit_rate);
                 return AF_ERROR;
             }
         }