]> git.sesse.net Git - ffmpeg/commitdiff
ff* tools: move descriptions from copyright header to @file doxy
authorStefano Sabatini <stefasab@gmail.com>
Thu, 22 Dec 2011 09:23:22 +0000 (10:23 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Tue, 27 Dec 2011 11:58:08 +0000 (12:58 +0100)
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c

index 5ec0a1ae8e6f3bb3db20831205688caab54bdd07..b68295862c46d3c3d076579654dbe761f8817dc5 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1,5 +1,4 @@
 /*
- * ffmpeg main
  * Copyright (c) 2000-2003 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * multimedia converter based on the FFmpeg libraries
+ */
+
 #include "config.h"
 #include <ctype.h>
 #include <string.h>
index 8734b65373e43d0cf097fa2d895882164f401d10..c55b008ee5cd325d8be236b34999dafb3b61b0d8 100644 (file)
--- 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.
  * 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>
index 71f7ded6e70f8a67614b43f0bb6a721c26d706e8..3776162d3e118f878b3b8902a4705e6ff4ae4b62 100644 (file)
--- 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.
  * 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"
index 4a9cc62a1632ec4872789aefec0649f9d490e388..5ee5c324837bc457a4ad92c6b4f36420667bdc34 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * Multiple format streaming server
  * Copyright (c) 2000, 2001, 2002 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  * 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