vp9_cx_iface.c: warning missing default

Change-Id: I18cbdad6031d14d4c1a818c0ab33bbedf7b33e19
This commit is contained in:
Jim Bankoski 2014-08-07 06:53:24 -07:00
parent 8e5fa0aa05
commit 9ba1254317

View File

@ -71,6 +71,7 @@ static const struct extraconfig_map extracfg_map[] = {
NO_AQ, // aq_mode
0, // frame_periodic_delta_q
BITS_8, // Bit depth
VP9E_CONTENT_DEFAULT // content
}
}
};