Browse Source

* avcodec_init could be removed I guess...

Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zdenek Kabelac 23 years ago
parent
commit
c6af86c240
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/utils.c

+ 1
- 1
libavcodec/utils.c View File

@@ -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…
Cancel
Save