mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 06:40:03 +00:00
Merge commit '92c1a83ee9394b39d68f6affd9104752a03714f8'
* commit '92c1a83ee9394b39d68f6affd9104752a03714f8': qsv: Fix loading multiple plugins Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
commit
c182845068
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user