Commit 90a019ca authored by michael's avatar michael

remove redundant memset()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8390 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent efd29b6a
...@@ -633,8 +633,6 @@ static void MPV_encode_defaults(MpegEncContext *s){ ...@@ -633,8 +633,6 @@ static void MPV_encode_defaults(MpegEncContext *s){
int i; int i;
done=1; done=1;
memset(default_fcode_tab , 0, sizeof(uint8_t)*(2*MAX_MV+1));
for(i=-16; i<16; i++){ for(i=-16; i<16; i++){
default_fcode_tab[i + MAX_MV]= 1; default_fcode_tab[i + MAX_MV]= 1;
} }
......
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