Mercurial > libavformat.hg
comparison gxfenc.c @ 2252:708e6e93d6f2 libavformat
Smartjog granted permission to relicense as LGPL 2.1
author | bcoudurier |
---|---|
date | Fri, 13 Jul 2007 17:15:56 +0000 |
parents | b7950418654d |
children | 47f5906c30cc |
comparison
equal
deleted
inserted
replaced
2251:b7950418654d | 2252:708e6e93d6f2 |
---|---|
2 * GXF muxer. | 2 * GXF muxer. |
3 * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>. | 3 * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>. |
4 * | 4 * |
5 * This file is part of FFmpeg. | 5 * This file is part of FFmpeg. |
6 * | 6 * |
7 * FFmpeg is free software; you can redistribute it and/or modify | 7 * FFmpeg is free software; you can redistribute it and/or |
8 * it under the terms of the GNU General Public License as published by | 8 * modify it under the terms of the GNU Lesser General Public |
9 * the Free Software Foundation; either version 2 of the License, or | 9 * License as published by the Free Software Foundation; either |
10 * (at your option) any later version. | 10 * version 2.1 of the License, or (at your option) any later version. |
11 * | 11 * |
12 * FFmpeg is distributed in the hope that it will be useful, | 12 * FFmpeg is distributed in the hope that it will be useful, |
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
15 * GNU General Public License for more details. | 15 * Lesser General Public License for more details. |
16 * | 16 * |
17 * You should have received a copy of the GNU General Public License | 17 * You should have received a copy of the GNU Lesser General Public |
18 * along with FFmpeg; if not, write to the Free Software | 18 * License along with FFmpeg; if not, write to the Free Software |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 */ | 20 */ |
21 | 21 |
22 #include "avformat.h" | 22 #include "avformat.h" |
23 #include "gxf.h" | 23 #include "gxf.h" |