1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

Originally committed as revision 13107 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-05-10 16:05:12 +00:00 committed by Diego Biurrun
parent 57ecbbbb1e
commit bf21a10f1c

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;