Browse Source

vaapi: filter out DELAYED_PIC_REF flag to determine field.

This fixes ticket #23.

(cherry picked from commit 621f4c98df)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
tags/n0.8
Gwenole Beauchesne Reinhard Tartler 14 years ago
parent
commit
09ce846206
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/vaapi_h264.c

+ 1
- 0
libavcodec/vaapi_h264.c View File

@@ -55,6 +55,7 @@ static void fill_vaapi_pic(VAPictureH264 *va_pic,
{
if (pic_structure == 0)
pic_structure = pic->reference;
pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */

va_pic->picture_id = ff_vaapi_get_surface_id(pic);
va_pic->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num;


Loading…
Cancel
Save