[FFmpeg-cvslog] avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps() tables
Michael Niedermayer
git at videolan.org
Wed Aug 6 14:38:04 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Aug 6 14:21:24 2014 +0200| [fe0157a19ac01616f6e8db5cef5360661adbe395] | committer: Michael Niedermayer
avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps() tables
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe0157a19ac01616f6e8db5cef5360661adbe395
---
libavutil/cpu.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index 99699d6..9c043ba 100644
--- a/libavutil/cpu.c
+++ b/libavutil/cpu.c
@@ -310,9 +310,9 @@ static const struct {
{ AV_CPU_FLAG_MMXEXT, "mmxext" },
{ AV_CPU_FLAG_SSE, "sse" },
{ AV_CPU_FLAG_SSE2, "sse2" },
- { AV_CPU_FLAG_SSE2SLOW, "sse2(slow)" },
+ { AV_CPU_FLAG_SSE2SLOW, "sse2slow" },
{ AV_CPU_FLAG_SSE3, "sse3" },
- { AV_CPU_FLAG_SSE3SLOW, "sse3(slow)" },
+ { AV_CPU_FLAG_SSE3SLOW, "sse3slow" },
{ AV_CPU_FLAG_SSSE3, "ssse3" },
{ AV_CPU_FLAG_ATOM, "atom" },
{ AV_CPU_FLAG_SSE4, "sse4.1" },
More information about the ffmpeg-cvslog
mailing list