From 93613338fee6ecc633b588b7e264d2a379055866 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 22 Dec 2011 10:23:22 +0100 Subject: [PATCH] ff* tools: move descriptions from copyright header to @file doxy --- ffmpeg.c | 6 +++++- ffplay.c | 6 +++++- ffprobe.c | 6 +++++- ffserver.c | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 5ec0a1ae8e..b68295862c 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1,5 +1,4 @@ /* - * ffmpeg main * Copyright (c) 2000-2003 Fabrice Bellard * * This file is part of FFmpeg. @@ -19,6 +18,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * multimedia converter based on the FFmpeg libraries + */ + #include "config.h" #include #include diff --git a/ffplay.c b/ffplay.c index 8734b65373..c55b008ee5 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1,5 +1,4 @@ /* - * ffplay : Simple Media Player based on the FFmpeg libraries * Copyright (c) 2003 Fabrice Bellard * * This file is part of FFmpeg. @@ -19,6 +18,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * simple media player based on the FFmpeg libraries + */ + #include "config.h" #include #include diff --git a/ffprobe.c b/ffprobe.c index 71f7ded6e7..3776162d3e 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -1,5 +1,4 @@ /* - * ffprobe : Simple Media Prober based on the FFmpeg libraries * Copyright (c) 2007-2010 Stefano Sabatini * * This file is part of FFmpeg. @@ -19,6 +18,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * simple media prober based on the FFmpeg libraries + */ + #include "config.h" #include "libavformat/avformat.h" diff --git a/ffserver.c b/ffserver.c index 4a9cc62a16..5ee5c32483 100644 --- a/ffserver.c +++ b/ffserver.c @@ -1,5 +1,4 @@ /* - * Multiple format streaming server * Copyright (c) 2000, 2001, 2002 Fabrice Bellard * * This file is part of FFmpeg. @@ -19,6 +18,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * multiple format streaming server based on the FFmpeg libraries + */ + #include "config.h" #if !HAVE_CLOSESOCKET #define closesocket close