diff --git a/package/ffmpeg/patches/ffmpeg-4.4-hls_replace_key_uri.patch b/package/ffmpeg/patches/ffmpeg-4.4-hls_replace_key_uri.patch index de620e7e..21a11f29 100644 --- a/package/ffmpeg/patches/ffmpeg-4.4-hls_replace_key_uri.patch +++ b/package/ffmpeg/patches/ffmpeg-4.4-hls_replace_key_uri.patch @@ -23,7 +23,7 @@ + } else { + key_url = seg->key; + } -+ if (open_url(pls->parent, &pb, key_url, c->avio_opts, opts, NULL) == 0) { ++ if (open_url(pls->parent, &pb, key_url, &c->avio_opts, opts, NULL) == 0) { ret = avio_read(pb, pls->key, sizeof(pls->key)); if (ret != sizeof(pls->key)) { av_log(pls->parent, AV_LOG_ERROR, "Unable to read key file %s\n",