diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-05 09:06:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-05 09:06:27 +0000 |
commit | a7738a044d2060f4123f412c7acb89fcb50dbc67 (patch) | |
tree | 08d0e0cc9403b0181361cc2cac1cf1101b4d0b9d | |
parent | 85d366fd024e2290651f4ac446964b12500b2eba (diff) | |
download | ffmpeg-a7738a044d2060f4123f412c7acb89fcb50dbc67.tar.gz |
URL update, move comment to a better place.
Originally committed as revision 9476 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/nut.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c index 867f86fa35..31114c5f6e 100644 --- a/libavformat/nut.c +++ b/libavformat/nut.c @@ -3,6 +3,8 @@ * Copyright (c) 2003 Alex Beregszaszi * Copyright (c) 2004 Michael Niedermayer * + * Visit the official site at http://www.nut-container.org/. + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or @@ -18,10 +20,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * - * Visit the official site at http://www.nut.hu/ - * */ /* |