Commit c1828450 authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit '92c1a83e'

* commit '92c1a83e':
  qsv: Fix loading multiple plugins
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents bdd62756 92c1a83e
......@@ -219,6 +219,8 @@ int ff_qsv_init_internal_session(AVCodecContext *avctx, QSVSession *qs,
goto load_plugin_fail;
}
if (*load_plugins)
load_plugins++;
load_plugin_fail:
av_freep(&plugin);
if (err < 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment