mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
qsv: Fix loading multiple plugins
av_get_token does not strip the trailing separator.
This commit is contained in:
parent
7e01d48cfd
commit
92c1a83ee9
@ -133,6 +133,8 @@ int ff_qsv_init_internal_session(AVCodecContext *avctx, mfxSession *session,
|
||||
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