diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-14 03:46:19 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-14 20:49:37 +0200 |
commit | f6f95d4e4930b087851165d84dec1b45e412e86b (patch) | |
tree | 596122234997cf118879ae944f882c859ec3b306 /libavcodec | |
parent | ec679eb4530174fe8d1e06c6010597539f6c1c97 (diff) | |
download | ffmpeg-f6f95d4e4930b087851165d84dec1b45e412e86b.tar.gz |
doxygen: consistently place brief description
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/faxcompr.c | 2 | ||||
-rw-r--r-- | libavcodec/faxcompr.h | 2 | ||||
-rw-r--r-- | libavcodec/lzwenc.c | 2 | ||||
-rw-r--r-- | libavcodec/pcxenc.c | 2 | ||||
-rw-r--r-- | libavcodec/rl2.c | 2 | ||||
-rw-r--r-- | libavcodec/tiff.c | 3 | ||||
-rw-r--r-- | libavcodec/tiff.h | 3 | ||||
-rw-r--r-- | libavcodec/tiffenc.c | 3 | ||||
-rw-r--r-- | libavcodec/tmv.c | 2 |
9 files changed, 12 insertions, 9 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 */ |