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
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
Originally committed as revision 13107 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak
Diego Biurrun
18 years ago
parent
57ecbbbb1e
commit
bf21a10f1c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/ra144.c
+ 0
- 1
libavcodec/ra144.c
View File
@@ -78,7 +78,6 @@ static int ra144_decode_init(AVCodecContext * avctx)
{
Real144_internal *glob = avctx->priv_data;
memset(glob, 0, sizeof(Real144_internal));
glob->resetflag = 1;
glob->swapbuf1 = glob->swapb1a;
glob->swapbuf2 = glob->swapb2a;
Write
Preview
Loading…
Cancel
Save