comparison kmvc.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
344 { 344 {
345 KmvcContext *const c = (KmvcContext *) avctx->priv_data; 345 KmvcContext *const c = (KmvcContext *) avctx->priv_data;
346 int i; 346 int i;
347 347
348 c->avctx = avctx; 348 c->avctx = avctx;
349 avctx->has_b_frames = 0;
350 349
351 c->pic.data[0] = NULL; 350 c->pic.data[0] = NULL;
352 351
353 if (avctx->width > 320 || avctx->height > 200) { 352 if (avctx->width > 320 || avctx->height > 200) {
354 av_log(avctx, AV_LOG_ERROR, "KMVC supports frames <= 320x200\n"); 353 av_log(avctx, AV_LOG_ERROR, "KMVC supports frames <= 320x200\n");