* 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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue