summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2007-07-15 01:38:13 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2007-07-15 01:38:13 +0000
commitfa67992dea005f79f843a9dfa83935252adf9ad8 (patch)
treea4d7e0264828eb4f6e7ecc464f0bbced527559d0
parent76d357fd231d4e0def37c24bcf31568225733652 (diff)
no need for the decoder to have the license as a prefix
Originally committed as revision 9682 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/ac3dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c
index 8070549fd5..62c7616376 100644
--- a/libavcodec/ac3dec.c
+++ b/libavcodec/ac3dec.c
@@ -1997,7 +1997,7 @@ static int ac3_decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec lgpl_ac3_decoder = {
+AVCodec ac3_decoder = {
.name = "ac3",
.type = CODEC_TYPE_AUDIO,
.id = CODEC_ID_AC3,