Mercurial > libavcodec.hg
comparison utils.c @ 851:a25aed263097 libavcodec
* avcodec_init could be removed I guess...
| author | kabi |
|---|---|
| date | Mon, 11 Nov 2002 09:31:17 +0000 |
| parents | 8f31ed5bacd1 |
| children | 058194d7ade6 |
comparison
equal
deleted
inserted
replaced
| 850:806dad80d142 | 851:a25aed263097 |
|---|---|
| 468 | 468 |
| 469 if (inited != 0) | 469 if (inited != 0) |
| 470 return; | 470 return; |
| 471 inited = 1; | 471 inited = 1; |
| 472 | 472 |
| 473 dsputil_init(); | 473 //dsputil_init(); |
| 474 } | 474 } |
| 475 | 475 |
| 476 /* this should be called after seeking and before trying to decode the next frame */ | 476 /* this should be called after seeking and before trying to decode the next frame */ |
| 477 void avcodec_flush_buffers(AVCodecContext *avctx) | 477 void avcodec_flush_buffers(AVCodecContext *avctx) |
| 478 { | 478 { |
