* avcodec_init could be removed I guess...

Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Zdenek Kabelac 22 years ago
parent 2602c84635
commit c6af86c240
  1. 2
      libavcodec/utils.c

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

Loading…
Cancel
Save