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. *