comparison h263dec.c @ 9029:e10f554d8fb7 libavcodec

Another AVhwaccel hunk from Gwenole Beauchesne.
author michael
date Tue, 24 Feb 2009 18:39:42 +0000
parents 0f95e4f0a3f5
children bcf716c58be4
comparison
equal deleted inserted replaced
9028:0f95e4f0a3f5 9029:e10f554d8fb7
685 } 685 }
686 686
687 intrax8_decoded: 687 intrax8_decoded:
688 ff_er_frame_end(s); 688 ff_er_frame_end(s);
689 689
690 if (avctx->hwaccel) {
691 if (avctx->hwaccel->end_frame(avctx) < 0)
692 return -1;
693 }
694
690 MPV_frame_end(s); 695 MPV_frame_end(s);
691 696
692 assert(s->current_picture.pict_type == s->current_picture_ptr->pict_type); 697 assert(s->current_picture.pict_type == s->current_picture_ptr->pict_type);
693 assert(s->current_picture.pict_type == s->pict_type); 698 assert(s->current_picture.pict_type == s->pict_type);
694 if (s->pict_type == FF_B_TYPE || s->low_delay) { 699 if (s->pict_type == FF_B_TYPE || s->low_delay) {