Skip to content
Snippets Groups Projects
Commit bf21a10f authored by Vitor Sessak's avatar Vitor Sessak Committed by Diego Biurrun
Browse files

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

Originally committed as revision 13107 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 57ecbbbb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment