no need for the decoder to have the license as a prefix

Originally committed as revision 9682 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2007-07-15 01:38:13 +00:00
parent 76d357fd23
commit fa67992dea

View File

@ -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,