This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Cosmetics: merge declaration and initialization
Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak
17 years ago
parent
cdc15adf16
commit
14ff7cceeb
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
libavcodec/ra144.c
+ 1
- 3
libavcodec/ra144.c
View File
@@ -292,13 +292,11 @@ static int dec2(signed short *decsp, const int *data, const int *inp,
{
unsigned const int *ptr1,*ptr2;
int work[10];
int b;
int b
= NBLOCKS - a
;
int x;
int result;
unsigned short *sptr = decsp;
b = NBLOCKS - a;
ptr1 = inp;
ptr2 = inp2;
Write
Preview
Loading…
Cancel
Save