comparison svq1_cb.h @ 5214:470601203f44 libavcodec

Group all copyright and author notices together.
author diego
date Thu, 05 Jul 2007 10:37:29 +0000
parents 3fd46e281bd8
children eca08bfad00f
comparison
equal deleted inserted replaced
5213:4738fae7555a 5214:470601203f44
1 /* 1 /*
2 * SVQ1 decoder
3 * ported to MPlayer by Arpi <arpi@thot.banki.hu>
4 * ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
2 * 5 *
3 * Copyright (C) 2002 the xine project 6 * Copyright (C) 2002 the xine project
4 * Copyright (C) 2002 the ffmpeg project 7 * Copyright (C) 2002 the ffmpeg project
5 * 8 *
6 * This file is part of FFmpeg. 9 * This file is part of FFmpeg.
16 * Lesser General Public License for more details. 19 * Lesser General Public License for more details.
17 * 20 *
18 * You should have received a copy of the GNU Lesser General Public 21 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 22 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 *
22 * Ported to mplayer by Arpi <arpi@thot.banki.hu>
23 * Ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
24 *
25 */ 24 */
26 25
27 /** 26 /**
28 * @file svq1_cb.h 27 * @file svq1_cb.h
29 * svq1 code books. 28 * svq1 code books.