[FFmpeg-cvslog] r12479 - trunk/libavcodec/cabac.h
mru
subversion
Mon Mar 17 22:00:30 CET 2008
Author: mru
Date: Mon Mar 17 22:00:30 2008
New Revision: 12479
Log:
cosmetics: remove useless \-newline escapes
Modified:
trunk/libavcodec/cabac.h
Modified: trunk/libavcodec/cabac.h
==============================================================================
--- trunk/libavcodec/cabac.h (original)
+++ trunk/libavcodec/cabac.h Mon Mar 17 22:00:30 2008
@@ -731,9 +731,9 @@ static int decode_significance_x86(CABAC
"movl %%esi, "RANGE "(%3) \n\t"
"movl %%ebx, "LOW "(%3) \n\t"
- :"=&a"(coeff_count), "+r"(significant_coeff_ctx_base), "+m"(index)\
- :"r"(c), "m"(minusstart), "m"(end), "m"(minusindex)\
- : "%"REG_c, "%ebx", "%edx", "%esi", "memory"\
+ :"=&a"(coeff_count), "+r"(significant_coeff_ctx_base), "+m"(index)
+ :"r"(c), "m"(minusstart), "m"(end), "m"(minusindex)
+ : "%"REG_c, "%ebx", "%edx", "%esi", "memory"
);
return coeff_count;
}
@@ -787,9 +787,9 @@ static int decode_significance_8x8_x86(C
"movl %%esi, "RANGE "(%3) \n\t"
"movl %%ebx, "LOW "(%3) \n\t"
- :"=&a"(coeff_count),"+m"(last), "+m"(index)\
- :"r"(c), "m"(minusindex), "m"(significant_coeff_ctx_base), "m"(sig_off)\
- : "%"REG_c, "%ebx", "%edx", "%esi", "%"REG_D, "memory"\
+ :"=&a"(coeff_count),"+m"(last), "+m"(index)
+ :"r"(c), "m"(minusindex), "m"(significant_coeff_ctx_base), "m"(sig_off)
+ : "%"REG_c, "%ebx", "%edx", "%esi", "%"REG_D, "memory"
);
return coeff_count;
}
More information about the ffmpeg-cvslog
mailing list