[FFmpeg-devel] [PATCH][VAAPI][6/6] Add H.264 bitstream decoding (take 21)

Gwenole Beauchesne gbeauchesne
Mon Dec 28 10:19:45 CET 2009


Hi,

On Sun, 27 Dec 2009, Michael Niedermayer wrote:

> [...]
>> +/** Decoded Picture Buffer (DPB). */
>> +typedef struct DPB {
>
>> +    int            size;
>> +    int            max_size;
>
> these 2 need some doxy

Done.

>> +    VAPictureH264 *pics;
>
> va_pics

Done.

>> +                if (temp_va_pic.flags & VA_PICTURE_H264_TOP_FIELD)
>> +                    va_pic->TopFieldOrderCnt    = temp_va_pic.TopFieldOrderCnt;
>> +                else
>
> if(){
> }else

Done. New patch attached.

Regards,
Gwenole.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg.hwaccel.vaapi.h264.21.patch
Type: text/x-diff
Size: 18172 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091228/3623facd/attachment.patch>



More information about the ffmpeg-devel mailing list