diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-04-10 19:26:49 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-04-11 02:42:11 +0200 |
commit | ac9362c5d985ca37d4debb4e0e12497d248ec9d1 (patch) | |
tree | ba83a66cc2db9f894c249513a2980d1718d8ed86 /libavformat | |
parent | 9de9b828ef005dec37052548c195a6b4f18fc701 (diff) | |
download | ffmpeg-ac9362c5d985ca37d4debb4e0e12497d248ec9d1.tar.gz |
Move misplaced file author information where it belongs
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/au.c | 4 | ||||
-rw-r--r-- | libavformat/gif.c | 4 | ||||
-rw-r--r-- | libavformat/mov.c | 8 | ||||
-rw-r--r-- | libavformat/nsvdec.c | 3 |
4 files changed, 9 insertions, 10 deletions
diff --git a/libavformat/au.c b/libavformat/au.c index 76da6e6092..6b252b21ce 100644 --- a/libavformat/au.c +++ b/libavformat/au.c @@ -2,6 +2,8 @@ * AU muxer and demuxer * Copyright (c) 2001 Fabrice Bellard * + * first version by Francois Revol <revol@free.fr> + * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or @@ -20,8 +22,6 @@ */ /* - * First version by Francois Revol revol@free.fr - * * Reference documents: * http://www.opengroup.org/public/pubs/external/auformat.html * http://www.goice.co.jp/member/mo/formats/au.html diff --git a/libavformat/gif.c b/libavformat/gif.c index eb2db46b3e..2b1e93ad9f 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -2,6 +2,8 @@ * Animated GIF muxer * Copyright (c) 2000 Fabrice Bellard * + * first version by Francois Revol <revol@free.fr> + * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or @@ -20,8 +22,6 @@ */ /* - * First version by Francois Revol revol@free.fr - * * Features and limitations: * - currently no compression is performed, * in fact the size of the data is 9/8 the size of the image in 8bpp diff --git a/libavformat/mov.c b/libavformat/mov.c index edd6f8eafd..291c14227c 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3,6 +3,9 @@ * Copyright (c) 2001 Fabrice Bellard * Copyright (c) 2009 Baptiste Coudurier <baptiste dot coudurier at gmail dot com> * + * first version by Francois Revol <revol@free.fr> + * seek function by Gael Chardon <gael.dev@4now.net> + * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or @@ -46,11 +49,6 @@ #include <zlib.h> #endif -/* - * First version by Francois Revol revol@free.fr - * Seek function by Gael Chardon gael.dev@4now.net - */ - #include "qtpalette.h" diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index 4193ed2edb..7698f55bb1 100644 --- a/libavformat/nsvdec.c +++ b/libavformat/nsvdec.c @@ -2,6 +2,8 @@ * NSV demuxer * Copyright (c) 2004 The Libav Project * + * first version by Francois Revol <revol@free.fr> + * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or @@ -36,7 +38,6 @@ #define NSV_MAX_RESYNC_TRIES 300 /* - * First version by Francois Revol - revol@free.fr * References: * (1) http://www.multimedia.cx/nsv-format.txt * seems someone came to the same conclusions as me, and updated it: |