Commit a1c4045e authored by jbr's avatar jbr

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9682 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 988c6d92
...@@ -1997,7 +1997,7 @@ static int ac3_decode_end(AVCodecContext *avctx) ...@@ -1997,7 +1997,7 @@ static int ac3_decode_end(AVCodecContext *avctx)
return 0; return 0;
} }
AVCodec lgpl_ac3_decoder = { AVCodec ac3_decoder = {
.name = "ac3", .name = "ac3",
.type = CODEC_TYPE_AUDIO, .type = CODEC_TYPE_AUDIO,
.id = CODEC_ID_AC3, .id = CODEC_ID_AC3,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment