summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-14 04:05:17 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-14 20:51:15 +0200
commit99b9df5281ef5e8f1991cd5edd5d5acb49a35144 (patch)
tree174ad465e07db9bcd88ec21f32fca10ed9f705f0
parenta2f31564b4759c02c81f3f4d1be359eb4a18f050 (diff)
downloadffmpeg-streaming-99b9df5281ef5e8f1991cd5edd5d5acb49a35144.zip
ffmpeg-streaming-99b9df5281ef5e8f1991cd5edd5d5acb49a35144.tar.gz
doxygen: misc consistency cosmetics
-rw-r--r--libavcodec/g722.c1
-rw-r--r--libavcodec/lzw.h2
-rw-r--r--libavcodec/msmpeg4.h4
-rw-r--r--libavcodec/vaapi_h264.c7
4 files changed, 5 insertions, 9 deletions
diff --git a/libavcodec/g722.c b/libavcodec/g722.c
index 257292d..74d5552 100644
--- a/libavcodec/g722.c
+++ b/libavcodec/g722.c
@@ -26,7 +26,6 @@
/**
* @file
- *
* G.722 ADPCM audio codec
*
* This G.722 decoder is a bit-exact implementation of the ITU G.722
diff --git a/libavcodec/lzw.h b/libavcodec/lzw.h
index d1efdaf..c6ae057 100644
--- a/libavcodec/lzw.h
+++ b/libavcodec/lzw.h
@@ -24,7 +24,7 @@
* @file
* @brief LZW decoding routines
* @author Fabrice Bellard
- * Modified for use in TIFF by Konstantin Shishkov
+ * modified for use in TIFF by Konstantin Shishkov
*/
#ifndef AVCODEC_LZW_H
diff --git a/libavcodec/msmpeg4.h b/libavcodec/msmpeg4.h
index 8a0a066..9247acc 100644
--- a/libavcodec/msmpeg4.h
+++ b/libavcodec/msmpeg4.h
@@ -19,10 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/**
- * @file
- */
-
#ifndef AVCODEC_MSMPEG4_H
#define AVCODEC_MSMPEG4_H
diff --git a/libavcodec/vaapi_h264.c b/libavcodec/vaapi_h264.c
index f6d1a6d..51ebaaf 100644
--- a/libavcodec/vaapi_h264.c
+++ b/libavcodec/vaapi_h264.c
@@ -23,9 +23,10 @@
#include "vaapi_internal.h"
#include "h264.h"
-/** @file
- * This file implements the glue code between Libav's and VA API's
- * structures for H.264 decoding.
+/**
+ * @file
+ * This file implements the glue code between Libav's and VA API's
+ * structures for H.264 decoding.
*/
/**
OpenPOWER on IntegriCloud