[FFmpeg-devel] [PATCH] h263dec.c: add HW acceleration hooks (take 2)

Michael Niedermayer michaelni
Thu Feb 26 13:28:03 CET 2009


On Thu, Feb 26, 2009 at 01:25:31PM +0100, Gwenole Beauchesne wrote:
> On Thu, 26 Feb 2009, Michael Niedermayer wrote:
>
>>> @@ -693,6 +702,11 @@ intrax8_decoded:
>>>              return -1;
>>>      }
>>>
>>> +    if (avctx->hwaccel) {
>>> +        if (avctx->hwaccel->end_frame(avctx) < 0)
>>> +            return -1;
>>> +    }
>>> +
>>>      MPV_frame_end(s);
>>>
>>>  assert(s->current_picture.pict_type == 
>>> s->current_picture_ptr->pict_type);
>>
>> is this hunk duplicated maybe?
>
> Indeed, thanks, new patch attached.

looks ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In fact, the RIAA has been known to suggest that students drop out
of college or go to community college in order to be able to afford
settlements. -- The RIAA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090226/33513529/attachment.pgp>



More information about the ffmpeg-devel mailing list