Commit 8edf519b authored by diego's avatar diego

Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13107 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4d23abe2
...@@ -78,7 +78,6 @@ static int ra144_decode_init(AVCodecContext * avctx) ...@@ -78,7 +78,6 @@ static int ra144_decode_init(AVCodecContext * avctx)
{ {
Real144_internal *glob = avctx->priv_data; Real144_internal *glob = avctx->priv_data;
memset(glob, 0, sizeof(Real144_internal));
glob->resetflag = 1; glob->resetflag = 1;
glob->swapbuf1 = glob->swapb1a; glob->swapbuf1 = glob->swapb1a;
glob->swapbuf2 = glob->swapb2a; glob->swapbuf2 = glob->swapb2a;
......
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