-
Notifications
You must be signed in to change notification settings - Fork 24
H264 decode AV_PIX_FMT_YAMI putsurface error #23
Comments
any idea ? |
We will try to reproduce this issue, please keep mind. |
in i965_PutSurface the IS_VA_X11 is false, the display type is VA_DISPLAY_DRM |
VAStatus
#endif |
I think you need to check the Libva build setting, not ffmpeg_libyami. And is it you want to just decode by ffmpeg_libyami, then used to putsurface display the pic in X11? |
yes, we want put the pic to x11 window. |
we use the AV_PIX_FMT_YAMI put surface to the window and the code is like below, the decode is ok, but the put surface error.
Decode format 335 (1920, 1080) AV_PIX_FMT_YAMI 335 AV_PIX_FMT_NV12 25
vaPutSurface return 0x14 surface id 67108876
Decode format 335 (1920, 1080) AV_PIX_FMT_YAMI 335 AV_PIX_FMT_NV12 25
vaPutSurface return 0x14 surface id 67108877
Decode format 335 (1920, 1080) AV_PIX_FMT_YAMI 335 AV_PIX_FMT_NV12 25
vaPutSurface return 0x14 surface id 67108878
Decode format 335 (1920, 1080) AV_PIX_FMT_YAMI 335 AV_PIX_FMT_NV12 25
vaPutSurface return 0x14 surface id 67108879
Decode format 335 (1920, 1080) AV_PIX_FMT_YAMI 335 AV_PIX_FMT_NV12 25
vaPutSurface return 0x14 surface id 67108880
Decode format 335 (1920, 1080) AV_PIX_FMT_YAMI 335 AV_PIX_FMT_NV12 25
vaPutSurface return 0x14 surface id 67108881
The text was updated successfully, but these errors were encountered: