1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Update my email address.

This commit is contained in:
Thilo Borgmann 2013-08-13 10:04:05 +02:00
parent 8e0b6d82b3
commit 6a64b23d93
7 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
/* /*
* MPEG-4 ALS decoder * MPEG-4 ALS decoder
* Copyright (c) 2009 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2009 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* MPEG-4 ALS decoder * MPEG-4 ALS decoder
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#include "avcodec.h" #include "avcodec.h"

View File

@ -1,6 +1,6 @@
/* /*
* Block Gilbert-Moore decoder * Block Gilbert-Moore decoder
* Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* Block Gilbert-Moore decoder as used by MPEG-4 ALS * Block Gilbert-Moore decoder as used by MPEG-4 ALS
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#include "libavutil/attributes.h" #include "libavutil/attributes.h"

View File

@ -1,6 +1,6 @@
/* /*
* Block Gilbert-Moore decoder * Block Gilbert-Moore decoder
* Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* Block Gilbert-Moore decoder header * Block Gilbert-Moore decoder header
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* EXIF metadata parser * EXIF metadata parser
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* EXIF metadata parser * EXIF metadata parser
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#include "exif.h" #include "exif.h"

View File

@ -1,6 +1,6 @@
/* /*
* EXIF metadata parser * EXIF metadata parser
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* EXIF metadata parser * EXIF metadata parser
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#ifndef AVCODEC_EXIF_H #ifndef AVCODEC_EXIF_H

View File

@ -1,6 +1,6 @@
/* /*
* TIFF Common Routines * TIFF Common Routines
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* TIFF Common Routines * TIFF Common Routines
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#include "tiff_common.h" #include "tiff_common.h"

View File

@ -1,6 +1,6 @@
/* /*
* TIFF Common Routines * TIFF Common Routines
* Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
@ -22,7 +22,7 @@
/** /**
* @file * @file
* TIFF Common Routines * TIFF Common Routines
* @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> * @author Thilo Borgmann <thilo.borgmann _at_ mail.de>
*/ */
#ifndef AVCODEC_TIFF_COMMON_H #ifndef AVCODEC_TIFF_COMMON_H