summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-08 13:31:37 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-13 10:33:59 +0200
commit311a1d2cd3d5cbb941c600839650dbdf012eac6f (patch)
tree68eebdc2b3f26ed6958b4740a98759ede9477148 /gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc
parente6c4d268fa18e3e2155228d86c70b685b0cbdb47 (diff)
[MOVED FROM BAD 27/56] 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.
Diffstat (limited to 'gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc')
-rw-r--r--gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc4
1 files changed, 2 insertions, 2 deletions
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 -->>