Commit c6af86c2 authored by Zdenek Kabelac's avatar Zdenek Kabelac

* avcodec_init could be removed I guess...

Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2602c846
...@@ -470,7 +470,7 @@ void avcodec_init(void) ...@@ -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 */
......
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