diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-28 12:46:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-28 12:46:26 +0000 |
commit | df3a80b50a452f54878f5011207a864d703a943d (patch) | |
tree | f33f2102df6183e8c6225adeda1ced76cc4542ec /libavcodec/cabac.h | |
parent | bd35bdf1b2e716e7d0ea600d1af9a782ebc2ec61 (diff) | |
download | ffmpeg-df3a80b50a452f54878f5011207a864d703a943d.tar.gz |
cosmetics: misc typo fixes
Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r-- | libavcodec/cabac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index e27bcbc46a..53a2fdfc5e 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -457,7 +457,7 @@ static av_always_inline int get_cabac_inline(CABACContext *c, uint8_t * const st "2: \n\t" "movl %%edx, "RANGE "(%2) \n\t" "movl %%ebx, "LOW "(%2) \n\t" - :"=&a"(bit) //FIXME this is fragile gcc either runs out of registers or misscompiles it (for example if "+a"(bit) or "+m"(*state) is used + :"=&a"(bit) //FIXME this is fragile gcc either runs out of registers or miscompiles it (for example if "+a"(bit) or "+m"(*state) is used :"r"(state), "r"(c) : "%"REG_c, "%ebx", "%edx", "%"REG_S, "memory" ); |