remove redundant memset()
Originally committed as revision 8390 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5ac0915179
commit
2d2020b825
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue