comparison svq1.c @ 536:6fac683d9997 libavcodec

Change licence to LGPL since there are no objections from side of original author
author nickols_k
date Thu, 11 Jul 2002 15:03:41 +0000
parents 509146e1ff1d
children 8c696f0bcf50
comparison
equal deleted inserted replaced
535:7f1b09bb34c6 536:6fac683d9997
1 /* 1 /*
2 *
2 * Copyright (C) 2002 the xine project 3 * Copyright (C) 2002 the xine project
4 * Copyright (C) 2002 the ffmpeg project
3 * 5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4 * This file is part of xine, a unix video player. 19 * This file is part of xine, a unix video player.
20 *
5 * Ported to libavcodec by Nick Kurshev <nickols_k@mail.ru> 21 * Ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
6 *
7 * xine is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * xine is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
20 * 22 *
21 */ 23 */
22 //#define DEBUG_SVQ1 24 //#define DEBUG_SVQ1
23 #include <stdio.h> 25 #include <stdio.h>
24 #include <stdlib.h> 26 #include <stdlib.h>