From: Michael Niedermayer Date: Fri, 6 Mar 2009 20:51:50 +0000 (+0000) Subject: Add my name to copyright & author as requested by the original author. X-Git-Tag: v0.6~5459 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/8507bde0f3b746875d93db80807f007d38562769?ds=sidebyside Add my name to copyright & author as requested by the original author. Originally committed as revision 17858 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/timefilter.c b/libavformat/timefilter.c index 0c3099d..e794021 100644 --- a/libavformat/timefilter.c +++ b/libavformat/timefilter.c @@ -1,7 +1,9 @@ /* * Delay Locked Loop based time filter * Copyright (c) 2009 Samalyse + * Copyright (c) 2009 Michael Niedermayer * Author: Olivier Guilyardi + * Michael Niedermayer * * This file is part of FFmpeg. * diff --git a/libavformat/timefilter.h b/libavformat/timefilter.h index f3f16e1..ded8ec7 100644 --- a/libavformat/timefilter.h +++ b/libavformat/timefilter.h @@ -1,7 +1,9 @@ /* * Delay Locked Loop based time filter prototypes and declarations * Copyright (c) 2009 Samalyse + * Copyright (c) 2009 Michael Niedermayer * Author: Olivier Guilyardi + * Michael Niedermayer * * This file is part of FFmpeg. *