• Jean-Paul Saman's avatar
    codec/avcodec/va.{c,h}: Initialize/terminate libva only once. · afeaabef
    Jean-Paul Saman authored
    Initialize/terminate libva only once. VAAPI calls are now being used by
    2 modules which only have interaction with each other through vlc core.
    Both modules (codec and vout) can be initiated independently they should
    not call vaIntialize (or vaTerminate) one after each other (or simultanously).
    afeaabef
va.c 2.68 KB