From 7c4502c8c46f55f601c11252827f72b9e3eb2970 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 15 Mar 2009 10:53:12 +0000 Subject: [PATCH] typo in the mail, the 4am commit is always the worst Originally committed as revision 17981 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 2 +- libavformat/movenc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 5c5249dd4f..fac6d0ccdf 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1,7 +1,7 @@ /* * MOV demuxer * Copyright (c) 2001 Fabrice Bellard - * Copyright (c) 2009 Baptiste Coudurier + * Copyright (c) 2009 Baptiste Coudurier * * This file is part of FFmpeg. * diff --git a/libavformat/movenc.c b/libavformat/movenc.c index d499e18637..cac97a7534 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -2,7 +2,7 @@ * MOV, 3GP, MP4 muxer * Copyright (c) 2003 Thomas Raivio * Copyright (c) 2004 Gildas Bazin - * Copyright (c) 2009 Baptiste Coudurier + * Copyright (c) 2009 Baptiste Coudurier * * This file is part of FFmpeg. *