comparison rv10.c @ 553:18ad513d92fe libavcodec

direct rendering method 1 support
author michaelni
date Sun, 14 Jul 2002 18:37:35 +0000
parents 31be0f0b0792
children 762c67fd4078
comparison
equal deleted inserted replaced
552:26971b5a271d 553:18ad513d92fe
417 #endif 417 #endif
418 return -1; 418 return -1;
419 } 419 }
420 420
421 if (s->mb_x == 0 && s->mb_y == 0) { 421 if (s->mb_x == 0 && s->mb_y == 0) {
422 MPV_frame_start(s); 422 MPV_frame_start(s, avctx);
423 } 423 }
424 424
425 #ifdef DEBUG 425 #ifdef DEBUG
426 printf("qscale=%d\n", s->qscale); 426 printf("qscale=%d\n", s->qscale);
427 #endif 427 #endif