avcodec/video.c: correct error message when vlc_va_Get() fails.
When calling vlc_va_Get() failed inside ffmpeg_GetFrameBuf(), then the error messages says "vaGrabSurface failed" however it should say "vlc_va_Get failed". Since hw accelerators are called through a vlc abstraction defined in va.h. It originated from libva (VAAPI), but it includes VDPAU and DXVA2 now.
Showing
Please register or sign in to comment