mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
[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.
This commit is contained in:
parent
e6c4d268fa
commit
311a1d2cd3
1 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,8 @@ int64_t Min_Vals = 0x0000000000000000ull;
|
||||||
int64_t Max_Vals = 0x0000000000000000ull;
|
int64_t Max_Vals = 0x0000000000000000ull;
|
||||||
int64_t ShiftMask = 0xfefffefffefffeffull;
|
int64_t ShiftMask = 0xfefffefffefffeffull;
|
||||||
|
|
||||||
|
long oldbx;
|
||||||
|
|
||||||
// long is int32 on ARCH_368, int64 on ARCH_AMD64. Declaring it this way
|
// long is int32 on ARCH_368, int64 on ARCH_AMD64. Declaring it this way
|
||||||
// saves a lot of xor's to delete 64bit garbage.
|
// 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"
|
#define _oldbx "%18"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
long oldbx;
|
|
||||||
|
|
||||||
for (y=1; y < FldHeight-1; y++)
|
for (y=1; y < FldHeight-1; y++)
|
||||||
{
|
{
|
||||||
// pretend it's indented -->>
|
// pretend it's indented -->>
|
||||||
|
|
Loading…
Reference in a new issue