diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c index 79e8d757af9dcd87f9c3db6be1a38882d8033127..e59dad676abf7e132623a0a155792ded103d03a6 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 4742d15e59b48412acd669de57a56d032cdbcdcb..8157f1fc21789682c64b5f3658398f5d00131233 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 df38116c0db8cff795628d3d39b9192cfdc8bafd..cb064e79368373a9e851f5e82a8b4571c9b5fbcc 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 81629d0addf498dcbe03a6c0444e8fc69fcd7aa6..2df84afa38dbb4d6969bf6d08c31f8daafab75fd 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 c88e8ed343a6c360cac9122c161f270cbd0a0c53..9d436a682fb69dd8325736680a28a99f13e892a6 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 08cd3b0a6f7451aa4c9f888bd633d22e6e869ee8..7241d6f3fb69bf7c87bd4fd95bfcda911c046655 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 cd7ec830e701385e7f77bf630d9efb2e9cef6c86..cf890d678b8054134890048fa28a57e5a0ba5517 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 5cff13bca0814af98432d140728e5861bb029994..3d927eb068bdc8061f9cc4d8840d6f49db6c38e0 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 80f3ac9cbcf8b90b3b9c91674bc7153ded88df4e..d540182adab860b779b621264ba47e62bb0d66a9 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 b3b35b12fdbb7a1844772be6f0b4bb89022db3e1..ca82ef1cca72dc40636e4a2a2a47a2585363ff62 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 a0faa466df42cb59c1adc9386d8187759c77e6da..e28c479c9732ea3cce67b596006d66d45f41a1f0 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 f894eab46a359054000e220b10210bef98f5f3ed..79a875885ea58136bfb7e7b6b6d091d5fd6fff30 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 */