Commit f8ec7d1f authored by kabi's avatar kabi

* avcodec_init could be removed I guess...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1192 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e2e4ef6c
...@@ -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