diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-11-11 09:31:17 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-11-11 09:31:17 +0000 |
commit | c6af86c2408ee0d994e9ffa73ef2544bbf767aec (patch) | |
tree | 0fae332315d58ecc3221316f626443e16c8613d4 /libavcodec | |
parent | 2602c846352371049ded3ab1d80b03f9125cb1aa (diff) | |
download | ffmpeg-c6af86c2408ee0d994e9ffa73ef2544bbf767aec.tar.gz |
* avcodec_init could be removed I guess...
Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index f7449d3b13..77e4e750d6 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -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 */ |