diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2005-06-07 21:21:54 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2005-06-07 21:21:54 +0000 |
commit | fc565b22fcb0896b814780856abd6bffe396cfa1 (patch) | |
tree | 93ae12a7b97f4232b184bdc5d1ee78e6a6095cca /libavformat/nut.c | |
parent | a7cc43047fea24f9f9fb709be0761b97f2dd4021 (diff) | |
download | ffmpeg-fc565b22fcb0896b814780856abd6bffe396cfa1.tar.gz |
some nut.hu hype
Originally committed as revision 4358 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.c')
-rw-r--r-- | libavformat/nut.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c index 4b80643564..11a8e5ca90 100644 --- a/libavformat/nut.c +++ b/libavformat/nut.c @@ -17,9 +17,8 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * NUT DRAFT can be found in MPlayer CVS at DOCS/tech/mpcf.txt * - * AND http://people.fsn.hu/~alex/nut/ (TeX, pdf, ps, dvi, ..) + * Visit the official site at http://www.nut.hu/ * */ |