mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 14:30:27 +00:00
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>
This commit is contained in:
parent
0c68c80419
commit
09ce846206
@ -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…
Reference in New Issue
Block a user