comparison libmpeg2/idct.c @ 14732:1385ec491ffb

Mark locally modified files as such to comply more closely with GPL 2a.
author diego
date Sat, 19 Feb 2005 02:32:12 +0000
parents 96259a2f2142
children 0783dd397f74
comparison
equal deleted inserted replaced
14731:0cf5722252f8 14732:1385ec491ffb
17 * GNU General Public License for more details. 17 * GNU General Public License for more details.
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 *
23 * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
24 * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
25 * $Id$
22 */ 26 */
23 27
24 #include "config.h" 28 #include "config.h"
25 29
26 #include <stdlib.h> 30 #include <stdlib.h>