comparison zmbv.c @ 4740:59f4fb490fa7 libavcodec

Remove redundant assign
author kostya
date Tue, 27 Mar 2007 05:23:07 +0000
parents 05e932ddaaa9
children b3ee9a1526b0
comparison
equal deleted inserted replaced
4739:9b4c5d2fb8ce 4740:59f4fb490fa7
610 { 610 {
611 ZmbvContext * const c = (ZmbvContext *)avctx->priv_data; 611 ZmbvContext * const c = (ZmbvContext *)avctx->priv_data;
612 int zret; // Zlib return code 612 int zret; // Zlib return code
613 613
614 c->avctx = avctx; 614 c->avctx = avctx;
615 avctx->has_b_frames = 0;
616 615
617 c->pic.data[0] = NULL; 616 c->pic.data[0] = NULL;
618 c->width = avctx->width; 617 c->width = avctx->width;
619 c->height = avctx->height; 618 c->height = avctx->height;
620 619