You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user