summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2022-06-13 16:29:31 -0400
committerJerome Jiang <jianj@google.com>2022-06-13 18:24:55 -0400
commit027d710a6e6490e84b209985ba49ec01b02482a8 (patch)
tree5d46d55c4a05f2e7d99e596338ec26ffab334305
parent878266136bfcd8a9132cd60091c7d35943348dbc (diff)
downloadlibvpx-027d710a6e6490e84b209985ba49ec01b02482a8.tar.gz
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)
-rw-r--r--vpx/vp8cx.h2
1 files changed, 1 insertions, 1 deletions
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
*