Commit 16747962 authored by vitor's avatar vitor

Cosmetics: merge declaration and initialization

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13389 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ab03499d
...@@ -292,13 +292,11 @@ static int dec2(signed short *decsp, const int *data, const int *inp, ...@@ -292,13 +292,11 @@ static int dec2(signed short *decsp, const int *data, const int *inp,
{ {
unsigned const int *ptr1,*ptr2; unsigned const int *ptr1,*ptr2;
int work[10]; int work[10];
int b; int b = NBLOCKS - a;
int x; int x;
int result; int result;
unsigned short *sptr = decsp; unsigned short *sptr = decsp;
b = NBLOCKS - a;
ptr1 = inp; ptr1 = inp;
ptr2 = inp2; ptr2 = inp2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment