From: Renaud Dartus Date: Mon, 30 Apr 2001 21:10:25 +0000 (+0000) Subject: I forgot some headers X-Git-Tag: 0.2.81~145 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7f1f24b3aa593a6c426a86e9b707b162372a1b9f;p=vlc I forgot some headers --- diff --git a/src/ac3_decoder/ac3_imdct_c.h b/src/ac3_decoder/ac3_imdct_c.h index 14e2d6d5b4..5863dc9d88 100644 --- a/src/ac3_decoder/ac3_imdct_c.h +++ b/src/ac3_decoder/ac3_imdct_c.h @@ -1,3 +1,27 @@ +/***************************************************************************** + * ac3_imdct_c.h: ac3 DCT + ***************************************************************************** + * Copyright (C) 1999, 2000 VideoLAN + * $Id: ac3_imdct_c.h,v 1.2 2001/04/30 21:10:25 reno Exp $ + * + * Authors: Renaud Dartus + * Aaron Holtzman + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + *****************************************************************************/ + int imdct_init_c (imdct_t * p_imdct); void imdct_do_256(imdct_t * p_imdct, float data[], float delay[]); void imdct_do_256_nol(imdct_t * p_imdct, float data[], float delay[]); diff --git a/src/ac3_decoder/ac3_srfft.c b/src/ac3_decoder/ac3_srfft.c index 22e56774f7..7eed98a3e5 100644 --- a/src/ac3_decoder/ac3_srfft.c +++ b/src/ac3_decoder/ac3_srfft.c @@ -1,3 +1,27 @@ +/***************************************************************************** + * ac3_srfft.c: ac3 FFT + ***************************************************************************** + * Copyright (C) 1999, 2000 VideoLAN + * $Id: ac3_srfft.c,v 1.2 2001/04/30 21:10:25 reno Exp $ + * + * Authors: Renaud Dartus + * Aaron Holtzman + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + *****************************************************************************/ + #include "defs.h" #include diff --git a/src/ac3_decoder/ac3_srfft.h b/src/ac3_decoder/ac3_srfft.h index 62f952d01d..d4045af32f 100644 --- a/src/ac3_decoder/ac3_srfft.h +++ b/src/ac3_decoder/ac3_srfft.h @@ -1,3 +1,27 @@ +/***************************************************************************** + * ac3_srfft.h: ac3 FFT + ***************************************************************************** + * Copyright (C) 1999, 2000 VideoLAN + * $Id: ac3_srfft.h,v 1.2 2001/04/30 21:10:25 reno Exp $ + * + * Authors: Renaud Dartus + * Aaron Holtzman + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + *****************************************************************************/ + static complex_t delta16[4] = { {1.00000000000000, 0.00000000000000}, {0.92387953251129, -0.38268343236509},