From 027d710a6e6490e84b209985ba49ec01b02482a8 Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Mon, 13 Jun 2022 16:29:31 -0400 Subject: [PATCH] Restore backward compatibility This CL breaks the backward compatibility: 1365e7e1a vp9-svc: Remove VP9E_SET_TEMPORAL_LAYERING_MODE Forcing the value of the next element Bug: webm:1752 Change-Id: I83c774b3aa6cca25f2f14995590fb20c0a1668d4 (cherry picked from commit 013ec5722ce88bebcdcf32b1496fcca413199336) --- vpx/vp8cx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h index f5dc6d1..a61238c 100644 --- a/vpx/vp8cx.h +++ b/vpx/vp8cx.h @@ -516,7 +516,7 @@ enum vp8e_enc_control_id { * * Supported in codecs: VP9 */ - VP9E_SET_MIN_GF_INTERVAL, + VP9E_SET_MIN_GF_INTERVAL = 48, /*!\brief Codec control function to set minimum interval between GF/ARF frames * -- 2.7.4