]> granicus.if.org Git - libvpx/commitdiff
Restore backward compatibility
authorJerome Jiang <jianj@google.com>
Mon, 13 Jun 2022 20:29:31 +0000 (16:29 -0400)
committerJerome Jiang <jianj@google.com>
Mon, 13 Jun 2022 20:29:31 +0000 (16:29 -0400)
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

vpx/vp8cx.h

index f5dc6d11889940c9d038f844ccc776996d724438..a61238cb1096a47e6ab7c604371f8996839107ca 100644 (file)
@@ -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
    *