Skip to content
  • Jean-Paul Saman's avatar
    avcodec/video.c: correct error message when vlc_va_Get() fails. · 8843e92c
    Jean-Paul Saman authored
    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.
    8843e92c