comparison ac3dec.c @ 5334:d406baea3275 libavcodec

no need for the decoder to have the license as a prefix
author jbr
date Sun, 15 Jul 2007 01:38:13 +0000
parents 98451ffbdcd7
children 8ecef197b08e
comparison
equal deleted inserted replaced
5333:98451ffbdcd7 5334:d406baea3275
1995 ff_mdct_end(&ctx->imdct_256); 1995 ff_mdct_end(&ctx->imdct_256);
1996 1996
1997 return 0; 1997 return 0;
1998 } 1998 }
1999 1999
2000 AVCodec lgpl_ac3_decoder = { 2000 AVCodec ac3_decoder = {
2001 .name = "ac3", 2001 .name = "ac3",
2002 .type = CODEC_TYPE_AUDIO, 2002 .type = CODEC_TYPE_AUDIO,
2003 .id = CODEC_ID_AC3, 2003 .id = CODEC_ID_AC3,
2004 .priv_data_size = sizeof (AC3DecodeContext), 2004 .priv_data_size = sizeof (AC3DecodeContext),
2005 .init = ac3_decode_init, 2005 .init = ac3_decode_init,