summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/faxcompr.c2
-rw-r--r--libavcodec/faxcompr.h2
-rw-r--r--libavcodec/lzwenc.c2
-rw-r--r--libavcodec/pcxenc.c2
-rw-r--r--libavcodec/rl2.c2
-rw-r--r--libavcodec/tiff.c3
-rw-r--r--libavcodec/tiff.h3
-rw-r--r--libavcodec/tiffenc.c3
-rw-r--r--libavcodec/tmv.c2
-rw-r--r--libavformat/soxdec.c2
-rw-r--r--libavformat/soxenc.c2
-rw-r--r--libavformat/tmv.c2
12 files changed, 15 insertions, 12 deletions
diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c
index 79e8d757af..e59dad676a 100644
--- a/libavcodec/faxcompr.c
+++ b/libavcodec/faxcompr.c
@@ -20,8 +20,8 @@
*/
/**
- * CCITT Fax Group 3 and 4 decompression
* @file
+ * CCITT Fax Group 3 and 4 decompression
* @author Konstantin Shishkov
*/
#include "avcodec.h"
diff --git a/libavcodec/faxcompr.h b/libavcodec/faxcompr.h
index 4742d15e59..8157f1fc21 100644
--- a/libavcodec/faxcompr.h
+++ b/libavcodec/faxcompr.h
@@ -20,8 +20,8 @@
*/
/**
- * CCITT Fax Group 3 and 4 decompression
* @file
+ * CCITT Fax Group 3 and 4 decompression
* @author Konstantin Shishkov
*/
#ifndef AVCODEC_FAXCOMPR_H
diff --git a/libavcodec/lzwenc.c b/libavcodec/lzwenc.c
index df38116c0d..cb064e7936 100644
--- a/libavcodec/lzwenc.c
+++ b/libavcodec/lzwenc.c
@@ -20,8 +20,8 @@
*/
/**
- * LZW encoder
* @file
+ * LZW encoder
* @author Bartlomiej Wolowiec
*/
diff --git a/libavcodec/pcxenc.c b/libavcodec/pcxenc.c
index 81629d0add..2df84afa38 100644
--- a/libavcodec/pcxenc.c
+++ b/libavcodec/pcxenc.c
@@ -20,8 +20,8 @@
*/
/**
- * PCX image encoder
* @file
+ * PCX image encoder
* @author Daniel Verkamp
* @sa http://www.qzx.com/pc-gpe/pcx.txt
*/
diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c
index c88e8ed343..9d436a682f 100644
--- a/libavcodec/rl2.c
+++ b/libavcodec/rl2.c
@@ -20,8 +20,8 @@
*/
/**
- * RL2 Video Decoder
* @file
+ * RL2 Video Decoder
* @author Sascha Sommer (saschasommer@freenet.de)
*
* For more information about the RL2 format, visit:
diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 08cd3b0a6f..7241d6f3fb 100644
--- a/libavcodec/tiff.c
+++ b/libavcodec/tiff.c
@@ -20,10 +20,11 @@
*/
/**
- * TIFF image decoder
* @file
+ * TIFF image decoder
* @author Konstantin Shishkov
*/
+
#include "avcodec.h"
#if CONFIG_ZLIB
#include <zlib.h>
diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h
index cd7ec830e7..cf890d678b 100644
--- a/libavcodec/tiff.h
+++ b/libavcodec/tiff.h
@@ -20,10 +20,11 @@
*/
/**
- * TIFF tables
* @file
+ * TIFF tables
* @author Konstantin Shishkov
*/
+
#ifndef AVCODEC_TIFF_H
#define AVCODEC_TIFF_H
diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c
index 5cff13bca0..3d927eb068 100644
--- a/libavcodec/tiffenc.c
+++ b/libavcodec/tiffenc.c
@@ -20,10 +20,11 @@
*/
/**
- * TIFF image encoder
* @file
+ * TIFF image encoder
* @author Bartlomiej Wolowiec
*/
+
#include "avcodec.h"
#if CONFIG_ZLIB
#include <zlib.h>
diff --git a/libavcodec/tmv.c b/libavcodec/tmv.c
index 80f3ac9cbc..d540182ada 100644
--- a/libavcodec/tmv.c
+++ b/libavcodec/tmv.c
@@ -20,8 +20,8 @@
*/
/**
- * 8088flex TMV video decoder
* @file
+ * 8088flex TMV video decoder
* @author Daniel Verkamp
* @sa http://www.oldskool.org/pc/8088_Corruption
*/
diff --git a/libavformat/soxdec.c b/libavformat/soxdec.c
index b3b35b12fd..ca82ef1cca 100644
--- a/libavformat/soxdec.c
+++ b/libavformat/soxdec.c
@@ -23,8 +23,8 @@
*/
/**
- * SoX native format demuxer
* @file
+ * SoX native format demuxer
* @author Daniel Verkamp
* @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
*/
diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c
index a0faa466df..e28c479c97 100644
--- a/libavformat/soxenc.c
+++ b/libavformat/soxenc.c
@@ -23,8 +23,8 @@
*/
/**
- * SoX native format muxer
* @file
+ * SoX native format muxer
* @author Daniel Verkamp
* @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
*/
diff --git a/libavformat/tmv.c b/libavformat/tmv.c
index f894eab46a..79a875885e 100644
--- a/libavformat/tmv.c
+++ b/libavformat/tmv.c
@@ -20,8 +20,8 @@
*/
/**
- * 8088flex TMV file demuxer
* @file
+ * 8088flex TMV file demuxer
* @author Daniel Verkamp
* @sa http://www.oldskool.org/pc/8088_Corruption
*/