Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d46cddfe authored by Xiao Huang's avatar Xiao Huang Committed by Gerrit Code Review
Browse files

Merge "C2Config: correct declaration of tunnel-peek mode"

parents 253b5e90 0a503cf8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2503,7 +2503,8 @@ C2ENUM(C2PlatformConfig::tunnel_peek_mode_t, uint32_t,
 * Note: This parameter allows a decoder to ignore the video peek machinery and
 * to revert to its preferred behavior.
 */
typedef C2StreamParam<C2Tuning, C2EasyEnum<C2PlatformConfig::tunnel_peek_mode_t>,
typedef C2StreamParam<C2Tuning,
        C2SimpleValueStruct<C2EasyEnum<C2PlatformConfig::tunnel_peek_mode_t>>,
        kParamIndexTunnelPeekMode> C2StreamTunnelPeekModeTuning;
constexpr char C2_PARAMKEY_TUNNEL_PEEK_MODE[] =
        "output.tunnel-peek-mode";