changeset 26050:2f15c078db92

Get rid of pointless and confusing comments
author reimar
date Sun, 24 Feb 2008 11:19:55 +0000
parents 0a21dff6b5ef
children 9eb848b34476
files libmpcodecs/vf_fspp.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_fspp.c	Sun Feb 24 11:18:12 2008 +0000
+++ b/libmpcodecs/vf_fspp.c	Sun Feb 24 11:19:55 2008 +0000
@@ -1589,7 +1589,7 @@
 	"jnz 1b                \n\t"
 	"5:                      \n\t"
 
-	: "+S"(data), "+D"(output), "+c"(cnt)// input regs
+	: "+S"(data), "+D"(output), "+c"(cnt)
 	: "d"(thr_adr)
 	: "%"REG_a
 	);
@@ -1857,7 +1857,7 @@
 	"dec %%"REG_c"                   \n\t"
 	"jnz 1b                  \n\t"
 
-	: "+S"(workspace), "+D"(output_adr), "+c"(cnt) //input regs
+	: "+S"(workspace), "+D"(output_adr), "+c"(cnt)
 	: "a"(output_stride*sizeof(short))
 	: "%"REG_d
 	);
@@ -2101,7 +2101,7 @@
 	"dec %%"REG_c"                   \n\t"
 	"jnz 6b                  \n\t"
 
-	: "+S"(pixels), "+D"(data), "+c"(cnt) //input regs
+	: "+S"(pixels), "+D"(data), "+c"(cnt)
 	: "a"(line_size)
 	: "%"REG_d);
 }