]> git.sesse.net Git - ffmpeg/commitdiff
no need for the decoder to have the license as a prefix
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 15 Jul 2007 01:38:13 +0000 (01:38 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 15 Jul 2007 01:38:13 +0000 (01:38 +0000)
Originally committed as revision 9682 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3dec.c

index 8070549fd5f889b1e56cfcc685109b5c84659971..62c7616376555fac207790695da24c4db9767305 100644 (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,