mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-17 21:00:51 +00:00
* avcodec_init could be removed I guess...
Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2602c84635
commit
c6af86c240
@ -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…
Reference in New Issue
Block a user