fixed static init

Originally committed as revision 1799 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard
2003-04-20 16:16:52 +00:00
parent fab219971e
commit 59cf08ce90
3 changed files with 20 additions and 17 deletions

View File

@@ -555,7 +555,7 @@ void avcodec_init(void)
return;
inited = 1;
//dsputil_init();
dsputil_static_init();
}
/* this can be called after seeking and before trying to decode the next keyframe */