On date Thursday 2011-07-14 04:06:38 +0200, Diego Biurrun encoded:
> ---
>  libavcodec/faxcompr.c |    2 +-
>  libavcodec/faxcompr.h |    2 +-
>  libavcodec/lzwenc.c   |    2 +-
>  libavcodec/pcxenc.c   |    2 +-
>  libavcodec/rl2.c      |    2 +-
>  libavcodec/tiff.c     |    3 ++-
>  libavcodec/tiff.h     |    3 ++-
>  libavcodec/tiffenc.c  |    3 ++-
>  libavcodec/tmv.c      |    2 +-
>  libavformat/soxdec.c  |    2 +-
>  libavformat/soxenc.c  |    2 +-
>  libavformat/tmv.c     |    2 +-
>  12 files changed, 15 insertions(+), 12 deletions(-)
> 
> diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c
> index 79e8d75..e59dad6 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 4742d15..8157f1f 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 df38116..cb064e7 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 81629d0..2df84af 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 c88e8ed..9d436a6 100644
> --- a/libavcodec/rl2.c
> +++ b/libavcodec/rl2.c
> @@ -20,8 +20,8 @@
>   */
>  
>  /**
> - * RL2 Video Decoder
>   * @file
> + * RL2 Video Decoder
>   * @author Sascha Sommer (saschasom...@freenet.de)
>   *
>   * For more information about the RL2 format, visit:
> diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
> index 08cd3b0..7241d6f 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 cd7ec83..cf890d6 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 5cff13b..3d927eb 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 80f3ac9..d540182 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 b3b35b1..ca82ef1 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 a0faa46..e28c479 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 f894eab..79a8758 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
>   */

LGTM.
-- 
"You have been in Afghanistan, I perceive."
                -- Sir Arthur Conan Doyle, "A Study in Scarlet"
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to