summaryrefslogtreecommitdiff
path: root/libavcodec/a52dec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-11 19:02:59 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-11 19:02:59 +0000
commitf4ca50798037e3a512ebd3a357f29c40585c76b2 (patch)
tree2d17526d7ef968187711906456b69570e8fc1c9d /libavcodec/a52dec.c
parent51e8750a9c33daf684de0a69f2bf5756a8ac0daa (diff)
Rename ac3 decoder to liba52 to prepare for native decoder.
Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/a52dec.c')
-rw-r--r--libavcodec/a52dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/a52dec.c b/libavcodec/a52dec.c
index ae67101dda..9f3948eb43 100644
--- a/libavcodec/a52dec.c
+++ b/libavcodec/a52dec.c
@@ -230,7 +230,7 @@ static int a52_decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec ac3_decoder = {
+AVCodec liba52_decoder = {
"ac3",
CODEC_TYPE_AUDIO,
CODEC_ID_AC3,