summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Rafael Giani <crg7475@mailbox.org>2021-04-23 21:24:55 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2021-05-31 20:28:22 -0300
commit07eac1cc982345baab7ba738e78bf301fc23de73 (patch)
tree681d049fe9c51ded2476df60d1825c8c06b30be9
parent5445d14f3d83ac7890960be0546fc8b10c647559 (diff)
downloadmeta-freescale-07eac1cc982345baab7ba738e78bf301fc23de73.tar.gz
libimxvpuapi2: Update to version 2.1.2
* imx6 coda: fix bug in IPU based detiling related to frame width/height * imx6 coda: use the frame width/height from open params if available * imx6 coda: fix duplicate VPU firmware unloading * imx6-coda: Fix skipped frame reporting * imx8 hantro encoder: fix mid-stream bitrate changes and bitrate logging * imx8m-hantro: Handle CODEC_ERROR_FRAME codec state * imx8m-hantro: Limit supported formats and profiles if building for m8xmm Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> (cherry picked from commit 355c3729d54b6df984f7d70dbbd513cce53b573b)
-rw-r--r--recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.2.bb (renamed from recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.2.bb
index f6b4baae..f8a670e4 100644
--- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb
+++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.2.bb
@@ -8,7 +8,7 @@ DEPENDS = "virtual/imxvpu libimxdmabuffer"
8PV .= "+git${SRCPV}" 8PV .= "+git${SRCPV}"
9 9
10SRCBRANCH ?= "master" 10SRCBRANCH ?= "master"
11SRCREV = "49cb1b34d759aa7a51269ca0f58fcc1f9647da5b" 11SRCREV = "29c90975dcbb52ca09512693af417d73ab2800a9"
12SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" 12SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"