# HG changeset patch # User reimar # Date 1203851995 0 # Node ID 2f15c078db9251c9c57a154787fd3ef06e231117 # Parent 0a21dff6b5ef60d91e3123b4988fbd76a1a4d92a Get rid of pointless and confusing comments diff -r 0a21dff6b5ef -r 2f15c078db92 libmpcodecs/vf_fspp.c --- 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); }