---
 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
- *
  */
 
 #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)
+ *
  * 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/.
  */
 
 /* #define DEBUG */
-- 
1.7.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to