On date Thursday 2011-07-14 04:06:40 +0200, Diego Biurrun encoded:
> ---
>  libavcodec/tta.c      |    4 ++--
>  libavcodec/vqavideo.c |    4 +++-
>  libavdevice/fbdev.c   |    2 +-
>  3 files changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/libavcodec/tta.c b/libavcodec/tta.c
> index 57f5818..c7f7dad 100644
> --- a/libavcodec/tta.c
> +++ b/libavcodec/tta.c
> @@ -22,9 +22,9 @@
>  /**
>   * @file
>   * TTA (The Lossless True Audio) decoder
> - * (www.true-audio.com or tta.corecodec.org)
> + * @sa http://www.true-audio.com/
> + * @sa http://tta.corecodec.org/
>   * @author Alex Beregszaszi

Nit: I don't like the excessive use of doxygen markup, especially when
plain English is enough, so I tend to prefer "See also" over @sa,
the former looks far more readable to me.

> - *
>   */
>  
>  #define ALT_BITSTREAM_READER_LE
> diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c
> index caffddb..5ae7c19 100644
> --- a/libavcodec/vqavideo.c
> +++ b/libavcodec/vqavideo.c
> @@ -21,7 +21,9 @@
>  
>  /**
>   * @file
> - * VQA Video Decoder by Mike Melanson (melan...@pcisys.net)
> + * VQA Video Decoder
> + * @author Mike Melanson (melan...@pcisys.net)

Note: I suppose this email address is no longer in use.

> + *
>   * For more information about the VQA format, visit:
>   *   http://wiki.multimedia.cx/index.php?title=VQA
>   *
> diff --git a/libavdevice/fbdev.c b/libavdevice/fbdev.c
> index 2f3e0ff..e202952 100644
> --- a/libavdevice/fbdev.c
> +++ b/libavdevice/fbdev.c
> @@ -24,7 +24,7 @@
>   * @file
>   * Linux framebuffer input device,
>   * inspired by code from fbgrab.c by Gunnar Monell.
> - * See also http://linux-fbdev.sourceforge.net/.
> + * @sa http://linux-fbdev.sourceforge.net/.
>   */

Ditto.
-- 
What makes you think graduate school is supposed to be satisfying?
                -- Erica Jong, "Fear of Flying"
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to