diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-15 10:53:12 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-15 10:53:12 +0000 |
commit | 7c4502c8c46f55f601c11252827f72b9e3eb2970 (patch) | |
tree | e8595febd2f7a9efda65c2421ee32a869e6dc1a8 /libavformat/mov.c | |
parent | 4909e517fd3b3101d7f365345cc14e7abbbf6bfb (diff) | |
download | ffmpeg-7c4502c8c46f55f601c11252827f72b9e3eb2970.tar.gz |
typo in the mail, the 4am commit is always the worst
Originally committed as revision 17981 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 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 <baptiste dot coudurier at gmail dot org> + * Copyright (c) 2009 Baptiste Coudurier <baptiste dot coudurier at gmail dot com> * * This file is part of FFmpeg. * |