[FFmpeg-devel] [PATCH] h263dec.c: add HW acceleration hooks (take 2)
Benoit Fouet
benoit.fouet
Fri Feb 27 09:28:05 CET 2009
On 02/26/2009 01:28 PM, Michael Niedermayer wrote:
> 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
>
> [...]
>
>
applied
Ben
More information about the ffmpeg-devel
mailing list