vp9_cx_iface: fix code compatibility
authorJames Zern <jzern@google.com>
Fri, 18 Aug 2023 16:10:00 +0000 (09:10 -0700)
committerJames Zern <jzern@google.com>
Fri, 18 Aug 2023 16:10:00 +0000 (09:10 -0700)
commit401d8f36beb3fa395457d01640407ab194d457d6
tree85603a32f31fe4f21cdc55c49db664a93e75e6f5
parentd3188cab65c6f916356a91f22ce23e933576f73e
vp9_cx_iface: fix code compatibility

Remove '= {}' (C23 [1]) and use memset to clear a vpx_rc_config_t
instance.

after:
6e2c3b9b3 Add RC mode to vpx external RC interface

Fixes compile with -pedantic and Microsoft's cl compiler.

[1] https://en.cppreference.com/w/c/language/initialization

Change-Id: I2019cdf0c42103cfc80b1e58c68b7596e497007f
vp9/vp9_cx_iface.c