Mercurial > libavcodec.hg
comparison utils.c @ 1201:e0fc95a6eb4e libavcodec
fixed static init
| author | bellard |
|---|---|
| date | Sun, 20 Apr 2003 16:16:52 +0000 |
| parents | f0c39139426d |
| children | 327c5a36dfe7 |
comparison
equal
deleted
inserted
replaced
| 1200:b448d7c17215 | 1201:e0fc95a6eb4e |
|---|---|
| 553 | 553 |
| 554 if (inited != 0) | 554 if (inited != 0) |
| 555 return; | 555 return; |
| 556 inited = 1; | 556 inited = 1; |
| 557 | 557 |
| 558 //dsputil_init(); | 558 dsputil_static_init(); |
| 559 } | 559 } |
| 560 | 560 |
| 561 /* this can be called after seeking and before trying to decode the next keyframe */ | 561 /* this can be called after seeking and before trying to decode the next keyframe */ |
| 562 void avcodec_flush_buffers(AVCodecContext *avctx) | 562 void avcodec_flush_buffers(AVCodecContext *avctx) |
| 563 { | 563 { |
