summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/mov.c1
-rw-r--r--libavformat/movenc.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index cbd9e5f16c..5c5249dd4f 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1,6 +1,7 @@
/*
* MOV demuxer
* Copyright (c) 2001 Fabrice Bellard
+ * Copyright (c) 2009 Baptiste Coudurier <baptiste dot coudurier at gmail dot org>
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 1420e6f085..6cf53d921c 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -2,6 +2,7 @@
* MOV, 3GP, MP4 muxer
* Copyright (c) 2003 Thomas Raivio
* Copyright (c) 2004 Gildas Bazin <gbazin at videolan dot org>
+ * Copyright (c) 2009 Baptiste Coudurier <baptiste dot coudurier at gmail dot org>
*
* This file is part of FFmpeg.
*