summaryrefslogtreecommitdiff
path: root/libavcodec/x86
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/h264_i386.h2
-rw-r--r--libavcodec/x86/idct_sse2_xvid.c2
-rw-r--r--libavcodec/x86/idct_xvid.h2
-rw-r--r--libavcodec/x86/vp3dsp_mmx.c2
-rw-r--r--libavcodec/x86/vp3dsp_sse2.c2
-rw-r--r--libavcodec/x86/vp6dsp_mmx.c2
-rw-r--r--libavcodec/x86/vp6dsp_sse2.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/libavcodec/x86/h264_i386.h b/libavcodec/x86/h264_i386.h
index 29b214a85f..26c163be3c 100644
--- a/libavcodec/x86/h264_i386.h
+++ b/libavcodec/x86/h264_i386.h
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/x86/h264_i386.h
+ * @file
* H.264 / AVC / MPEG4 part10 codec.
* non-MMX i386-specific optimizations for H.264
* @author Michael Niedermayer <michaelni@gmx.at>
diff --git a/libavcodec/x86/idct_sse2_xvid.c b/libavcodec/x86/idct_sse2_xvid.c
index a81c7d5173..fc670e25d4 100644
--- a/libavcodec/x86/idct_sse2_xvid.c
+++ b/libavcodec/x86/idct_sse2_xvid.c
@@ -43,7 +43,7 @@
#include "dsputil_mmx.h"
/*!
- * @file libavcodec/x86/idct_sse2_xvid.c
+ * @file
* @brief SSE2 idct compatible with xvidmmx
*/
diff --git a/libavcodec/x86/idct_xvid.h b/libavcodec/x86/idct_xvid.h
index 6e29f0d8da..5fdc20d3ea 100644
--- a/libavcodec/x86/idct_xvid.h
+++ b/libavcodec/x86/idct_xvid.h
@@ -19,7 +19,7 @@
*/
/*!
- * @file libavcodec/x86/idct_xvid.h
+ * @file
* header for Xvid IDCT functions
*/
diff --git a/libavcodec/x86/vp3dsp_mmx.c b/libavcodec/x86/vp3dsp_mmx.c
index 309dd4aa5d..44a8477a89 100644
--- a/libavcodec/x86/vp3dsp_mmx.c
+++ b/libavcodec/x86/vp3dsp_mmx.c
@@ -19,7 +19,7 @@
*/
/**
- * @file libavcodec/x86/vp3dsp_mmx.c
+ * @file
* MMX-optimized functions cribbed from the original VP3 source code.
*/
diff --git a/libavcodec/x86/vp3dsp_sse2.c b/libavcodec/x86/vp3dsp_sse2.c
index 3de3e47272..e0ebd42427 100644
--- a/libavcodec/x86/vp3dsp_sse2.c
+++ b/libavcodec/x86/vp3dsp_sse2.c
@@ -19,7 +19,7 @@
*/
/**
- * @file libavcodec/x86/vp3dsp_sse2.c
+ * @file
* SSE2-optimized functions cribbed from the original VP3 source code.
*/
diff --git a/libavcodec/x86/vp6dsp_mmx.c b/libavcodec/x86/vp6dsp_mmx.c
index 39e40d568e..905b3a7f0d 100644
--- a/libavcodec/x86/vp6dsp_mmx.c
+++ b/libavcodec/x86/vp6dsp_mmx.c
@@ -1,5 +1,5 @@
/**
- * @file libavcodec/x86/vp6dsp_mmx.c
+ * @file
* MMX-optimized functions for the VP6 decoder
*
* Copyright (C) 2009 Sebastien Lucas <sebastien.lucas@gmail.com>
diff --git a/libavcodec/x86/vp6dsp_sse2.c b/libavcodec/x86/vp6dsp_sse2.c
index c72a0cacb8..bfd733aa7f 100644
--- a/libavcodec/x86/vp6dsp_sse2.c
+++ b/libavcodec/x86/vp6dsp_sse2.c
@@ -1,5 +1,5 @@
/**
- * @file libavcodec/x86/vp6dsp_mmx.c
+ * @file
* SSE2-optimized functions for the VP6 decoder
*
* Copyright (C) 2009 Zuxy Meng <zuxy.meng@gmail.com>