[FFmpeg-devel] [PATCH] ff* tools: move descriptions from copyright header to @file doxy
Stefano Sabatini
stefasab at gmail.com
Thu Dec 22 11:09:35 CET 2011
---
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 75274db..e72dfcb 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
+ * ffmpeg main
+ */
+
#include "config.h"
#include <ctype.h>
#include <string.h>
diff --git a/ffplay.c b/ffplay.c
index 8734b65..301029a 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 <inttypes.h>
#include <math.h>
diff --git a/ffprobe.c b/ffprobe.c
index 71f7ded..1e8ba8c 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 4a9cc62..6b47e3f 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
+ */
+
#include "config.h"
#if !HAVE_CLOSESOCKET
#define closesocket close
--
1.7.5.4
More information about the ffmpeg-devel
mailing list