# HG changeset patch # User romansh # Date 1065836501 0 # Node ID f4cf270b98aef90200e255b08e31264df8f65605 # Parent e0c02032d0f2c1e5da31ec31b2a619a004bb248e * recommiting change from SF CVS diff -r e0c02032d0f2 -r f4cf270b98ae dv.c --- a/dv.c Sat Oct 11 01:11:29 2003 +0000 +++ b/dv.c Sat Oct 11 01:41:41 2003 +0000 @@ -845,6 +845,8 @@ s->picture.reference = 0; avctx->pix_fmt = s->sys->pix_fmt; + avctx->width = s->sys->width; + avctx->height = s->sys->height; if(avctx->get_buffer(avctx, &s->picture) < 0) { fprintf(stderr, "get_buffer() failed\n"); return -1;