projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
291b220
)
dirac_arith: Fix unprotected inline asm
author
Derek Buitenhuis
<derek.buitenhuis@gmail.com>
Sun, 16 Sep 2012 23:46:02 +0000
(19:46 -0400)
committer
Derek Buitenhuis
<derek.buitenhuis@gmail.com>
Mon, 17 Sep 2012 19:00:40 +0000
(15:00 -0400)
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavcodec/dirac_arith.h
patch
|
blob
|
history
diff --git
a/libavcodec/dirac_arith.h
b/libavcodec/dirac_arith.h
index
b605825
..
f9a8bba
100644
(file)
--- a/
libavcodec/dirac_arith.h
+++ b/
libavcodec/dirac_arith.h
@@
-134,7
+134,7
@@
static inline int dirac_get_arith_bit(DiracArith *c, int ctx)
range_times_prob = (c->range * prob_zero) >> 16;
-#if HAVE_FAST_CMOV
+#if HAVE_FAST_CMOV
&& HAVE_INLINE_ASM
low -= range_times_prob << 16;
range -= range_times_prob;
bit = 0;