cabac: x86: Give optimizations header a more meaningful name

This commit is contained in:
Diego Biurrun 2016-03-09 10:27:12 +01:00
parent cad42fadcd
commit 0a35f128f3
2 changed files with 2 additions and 6 deletions

View File

@ -41,7 +41,7 @@
#include "mpegutils.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#include "x86/h264_cabac.c"
#endif
#include <assert.h>

View File

@ -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 */