remove redundant memset()

Originally committed as revision 8390 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-03-13 22:47:59 +00:00
parent 5ac0915179
commit 2d2020b825

View File

@ -633,8 +633,6 @@ static void MPV_encode_defaults(MpegEncContext *s){
int i;
done=1;
memset(default_fcode_tab , 0, sizeof(uint8_t)*(2*MAX_MV+1));
for(i=-16; i<16; i++){
default_fcode_tab[i + MAX_MV]= 1;
}