Mercurial > mplayer.hg
comparison libmpcodecs/vf_fspp.c @ 34728:a28c4ba97171
Replace use of deprecated dsputil_init() by ff_dsputil_init().
author | diego |
---|---|
date | Thu, 15 Mar 2012 15:19:51 +0000 |
parents | 064be070d8c8 |
children | b4ce15212bfc |
comparison
equal
deleted
inserted
replaced
34727:d35d064f4225 | 34728:a28c4ba97171 |
---|---|
639 vf->priv=av_mallocz(sizeof(struct vf_priv_s));//assumes align 16 ! | 639 vf->priv=av_mallocz(sizeof(struct vf_priv_s));//assumes align 16 ! |
640 | 640 |
641 init_avcodec(); | 641 init_avcodec(); |
642 | 642 |
643 //vf->priv->avctx= avcodec_alloc_context(); | 643 //vf->priv->avctx= avcodec_alloc_context(); |
644 //dsputil_init(&vf->priv->dsp, vf->priv->avctx); | 644 //ff_dsputil_init(&vf->priv->dsp, vf->priv->avctx); |
645 | 645 |
646 vf->priv->log2_count= 4; | 646 vf->priv->log2_count= 4; |
647 vf->priv->bframes = 0; | 647 vf->priv->bframes = 0; |
648 | 648 |
649 if (args) sscanf(args, "%d:%d:%d:%d", &log2c, &vf->priv->qp, &i, &vf->priv->bframes); | 649 if (args) sscanf(args, "%d:%d:%d:%d", &log2c, &vf->priv->qp, &i, &vf->priv->bframes); |