* avcodec_init could be removed I guess...

Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2002-11-11 09:31:17 +00:00
parent 2602c84635
commit c6af86c240

View File

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