[MPlayer-cvslog] CVS: main/postproc swscale_template.c, 1.117, 1.118
Rich Felker
dalias at aerifal.cx
Wed Jun 29 07:09:03 CEST 2005
On Wed, Jun 29, 2005 at 12:54:12AM +0200, Reimar Döffinger CVS wrote:
> CVS change done by Reimar Döffinger CVS
>
> Update of /cvsroot/mplayer/main/postproc
> In directory mail:/var2/tmp/cvs-serv6642
>
> Modified Files:
> swscale_template.c
> Log Message:
> Another REG_d -> REG_D fix.
>
>
> Index: swscale_template.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/postproc/swscale_template.c,v
> retrieving revision 1.117
> retrieving revision 1.118
> diff -u -r1.117 -r1.118
> --- swscale_template.c 24 Jun 2005 12:17:30 -0000 1.117
> +++ swscale_template.c 28 Jun 2005 22:54:09 -0000 1.118
> @@ -2529,7 +2529,7 @@
> "addl %%edi, %%esi \n\t" //src[xx+1]*2*xalpha + src[xx]*(1-2*xalpha)
> "mov %1, %%"REG_D" \n\t"
> "shrl $9, %%esi \n\t"
> - "movw %%si, (%%"REG_d", %%"REG_a", 2)\n\t"
> + "movw %%si, (%%"REG_D", %%"REG_a", 2)\n\t"
wow... this wasn't crashing?
rich
More information about the MPlayer-cvslog
mailing list