comparison h263dec.c @ 888:4513713d664a libavcodec

10l
author michaelni
date Mon, 25 Nov 2002 09:57:58 +0000
parents 19f5b8b7c6d5
children 22ee74da2cd3
comparison
equal deleted inserted replaced
887:19f5b8b7c6d5 888:4513713d664a
504 /* H.263 could change picture size any time */ 504 /* H.263 could change picture size any time */
505 MPV_common_end(s); 505 MPV_common_end(s);
506 s->context_initialized=0; 506 s->context_initialized=0;
507 } 507 }
508 if (!s->context_initialized) { 508 if (!s->context_initialized) {
509 avctx->width = s->width;
510 avctx->height = s->height;
509 avctx->aspect_ratio= new_aspect; 511 avctx->aspect_ratio= new_aspect;
510 512
511 goto retry; 513 goto retry;
512 } 514 }
513 515