From c8a54904b232087dac1dd5eded8a9ad9008cc0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 8 Jul 2008 13:31:37 +0000 Subject: Don't use declarations after statements in the remaining code. Original commit message from CVS: * ext/spc/gstspc.c: (spc_setup): * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc: Don't use declarations after statements in the remaining code. --- gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst') diff --git a/gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc b/gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc index 7560f404..64e562b8 100644 --- a/gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc +++ b/gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc @@ -17,6 +17,8 @@ int64_t Min_Vals = 0x0000000000000000ull; int64_t Max_Vals = 0x0000000000000000ull; int64_t ShiftMask = 0xfefffefffefffeffull; +long oldbx; + // long is int32 on ARCH_368, int64 on ARCH_AMD64. Declaring it this way // saves a lot of xor's to delete 64bit garbage. @@ -91,8 +93,6 @@ long dst_pitchw = dst_pitch; // local stor so asm can ref #define _oldbx "%18" #endif - long oldbx; - for (y=1; y < FldHeight-1; y++) { // pretend it's indented -->> -- cgit v1.2.1