Skip to content
Snippets Groups Projects
Commit fa67992d authored by Justin Ruggles's avatar Justin Ruggles
Browse files

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

Originally committed as revision 9682 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 76d357fd
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment