summaryrefslogtreecommitdiff
path: root/libavcodec/x86
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-09 10:27:12 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-01 08:23:54 +0100
commit0a35f128f3c6e0ae9a0a2236c557602c108da269 (patch)
tree4b475c34a84e25091acc908c0684f0e4a963e3a3 /libavcodec/x86
parentcad42fadcd2c2ae1b3676bb398844a1f521a2d7b (diff)
cabac: x86: Give optimizations header a more meaningful name
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/h264_cabac.c (renamed from libavcodec/x86/h264_i386.h)6
1 files changed, 1 insertions, 5 deletions
diff --git a/libavcodec/x86/h264_i386.h b/libavcodec/x86/h264_cabac.c
index ad57aa91ab..475c450118 100644
--- a/libavcodec/x86/h264_i386.h
+++ b/libavcodec/x86/h264_cabac.c
@@ -22,13 +22,10 @@
/**
* @file
* H.264 / AVC / MPEG-4 part10 codec.
- * non-MMX i386-specific optimizations for H.264
+ * non-SIMD x86-specific optimizations for H.264
* @author Michael Niedermayer <michaelni@gmx.at>
*/
-#ifndef AVCODEC_X86_H264_I386_H
-#define AVCODEC_X86_H264_I386_H
-
#include <stddef.h>
#include "libavcodec/cabac.h"
@@ -201,4 +198,3 @@ static int decode_significance_8x8_x86(CABACContext *c,
#endif /* HAVE_7REGS && !defined(BROKEN_RELOCATIONS) */
#endif /* HAVE_INLINE_ASM */
-#endif /* AVCODEC_X86_H264_I386_H */