projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b1972d
)
dca: add emms_c after usage of AV_COPY128
author
Hendrik Leppkes
<h.leppkes@gmail.com>
Tue, 2 Feb 2016 22:27:30 +0000
(23:27 +0100)
committer
Hendrik Leppkes
<h.leppkes@gmail.com>
Tue, 2 Feb 2016 22:27:30 +0000
(23:27 +0100)
Similar to AV_ZERO128, AV_COPY128 can use MMX instructions in x86
libavcodec/dca_core.c
patch
|
blob
|
history
diff --git
a/libavcodec/dca_core.c
b/libavcodec/dca_core.c
index
8d82be5
..
48a8f61
100644
(file)
--- a/
libavcodec/dca_core.c
+++ b/
libavcodec/dca_core.c
@@
-992,6
+992,8
@@
static int parse_frame_data(DCACoreDecoder *s, enum HeaderType header, int xch_b
}
}
+ emms_c();
+
return 0;
}
@@
-1668,6
+1670,8
@@
static int parse_x96_frame_data(DCACoreDecoder *s, int exss, int xch_base)
}
}
+ emms_c();
+
return 0;
}