Skip to content
Snippets Groups Projects
Commit c1828450 authored by Derek Buitenhuis's avatar Derek Buitenhuis
Browse files

Merge commit '92c1a83e'


* commit '92c1a83e':
  qsv: Fix loading multiple plugins

Merged-by: default avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents bdd62756 92c1a83e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment