comparison truemotion2.c @ 4740:59f4fb490fa7 libavcodec

Remove redundant assign
author kostya
date Tue, 27 Mar 2007 05:23:07 +0000
parents a96d905dcbaa
children f99e40a7155b
comparison
equal deleted inserted replaced
4739:9b4c5d2fb8ce 4740:59f4fb490fa7
832 return -1; 832 return -1;
833 } 833 }
834 834
835 l->avctx = avctx; 835 l->avctx = avctx;
836 l->pic.data[0]=NULL; 836 l->pic.data[0]=NULL;
837 avctx->has_b_frames = 0;
838 avctx->pix_fmt = PIX_FMT_YUV420P; 837 avctx->pix_fmt = PIX_FMT_YUV420P;
839 838
840 dsputil_init(&l->dsp, avctx); 839 dsputil_init(&l->dsp, avctx);
841 840
842 l->last = av_malloc(4 * sizeof(int) * (avctx->width >> 2)); 841 l->last = av_malloc(4 * sizeof(int) * (avctx->width >> 2));