Mercurial > libavformat.hg
comparison mp3.c @ 896:edbe5c3717f9 libavformat
Update licensing information: The FSF changed postal address.
author | diego |
---|---|
date | Thu, 12 Jan 2006 22:43:26 +0000 |
parents | da1d5db0ce5c |
children | 921c8af78310 |
comparison
equal
deleted
inserted
replaced
895:95b781fce874 | 896:edbe5c3717f9 |
---|---|
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 * Lesser 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 Lesser General Public | 15 * You should have received a copy of the GNU Lesser General Public |
16 * License along with this library; if not, write to the Free Software | 16 * License along with this library; if not, write to the Free Software |
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
18 */ | 18 */ |
19 #include "avformat.h" | 19 #include "avformat.h" |
20 | 20 |
21 #define ID3_HEADER_SIZE 10 | 21 #define ID3_HEADER_SIZE 10 |
22 #define ID3_TAG_SIZE 128 | 22 #define ID3_TAG_SIZE 128 |