summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/sauce.c6
-rw-r--r--libavformat/sauce.h6
-rw-r--r--libavformat/tty.c6
3 files changed, 15 insertions, 3 deletions
diff --git a/libavformat/sauce.c b/libavformat/sauce.c
index 45125c5b3f..4972d33942 100644
--- a/libavformat/sauce.c
+++ b/libavformat/sauce.c
@@ -1,5 +1,4 @@
/*
- * @file
* SAUCE header parser
* Copyright (c) 2010 Peter Ross <pross@xvid.org>
*
@@ -20,6 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * SAUCE header parser
+ */
+
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "sauce.h"
diff --git a/libavformat/sauce.h b/libavformat/sauce.h
index 100d83523f..0ba9ae5b4a 100644
--- a/libavformat/sauce.h
+++ b/libavformat/sauce.h
@@ -1,5 +1,4 @@
/*
- * @file
* SAUCE header parser
* Copyright (c) 2010 Peter Ross <pross@xvid.org>
*
@@ -20,6 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * SAUCE header parser
+ */
+
#ifndef AVFORMAT_SAUCE_H
#define AVFORMAT_SAUCE_H
diff --git a/libavformat/tty.c b/libavformat/tty.c
index 03a4f16d76..9a40fec471 100644
--- a/libavformat/tty.c
+++ b/libavformat/tty.c
@@ -1,5 +1,4 @@
/*
- * @file
* Tele-typewriter demuxer
* Copyright (c) 2010 Peter Ross <pross@xvid.org>
*
@@ -20,6 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Tele-typewriter demuxer
+ */
+
#include "libavutil/intreadwrite.h"
#include "libavutil/avstring.h"
#include "avformat.h"