summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-12-22 10:23:22 +0100
committerStefano Sabatini <stefasab@gmail.com>2011-12-27 12:58:08 +0100
commit93613338fee6ecc633b588b7e264d2a379055866 (patch)
tree9a60feab90475b2576d6e44224903b1bf6643563 /ffplay.c
parentc405a22d85f73cd1d11d800e7d49f5e70c462458 (diff)
ff* tools: move descriptions from copyright header to @file doxy
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c6
1 files changed, 5 insertions, 1 deletions
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 <inttypes.h>
#include <math.h>