comparison h263dec.c @ 429:718a22dc121f libavcodec

license/copyright change
author glantau
date Sat, 25 May 2002 22:45:33 +0000
parents 5c8b3a717929
children eda22d628b2d
comparison
equal deleted inserted replaced
428:dd4f4c3d7171 429:718a22dc121f
1 /* 1 /*
2 * H263 decoder 2 * H263 decoder
3 * Copyright (c) 2001 Gerard Lantau. 3 * Copyright (c) 2001 Fabrice Bellard.
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify 5 * This library is free software; you can redistribute it and/or
6 * it under the terms of the GNU General Public License as published by 6 * modify it under the terms of the GNU Lesser General Public
7 * the Free Software Foundation; either version 2 of the License, or 7 * License as published by the Free Software Foundation; either
8 * (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This program is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * GNU General Public License for more details. 13 * Lesser General Public License for more details.
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU Lesser General Public
16 * along with this program; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 #include "avcodec.h" 19 #include "avcodec.h"
20 #include "dsputil.h" 20 #include "dsputil.h"
21 #include "mpegvideo.h" 21 #include "mpegvideo.h"
22 22