From: Jerome Jiang Date: Mon, 13 Jun 2022 20:29:31 +0000 (-0400) Subject: Restore backward compatibility X-Git-Tag: v1.13.0-rc1~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=013ec5722ce88bebcdcf32b1496fcca413199336;p=libvpx 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 --- diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h index f5dc6d118..a61238cb1 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 *