Browse Source

remove redundant memset()

Originally committed as revision 8390 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 19 years ago
parent
commit
2d2020b825
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/mpegvideo.c

+ 0
- 2
libavcodec/mpegvideo.c 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;
}


Loading…
Cancel
Save