codec/avcodec/va.{c,h}: Initialize/terminate libva only once.
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).
Showing
Please register or sign in to comment