Merge "vp9_cx_iface.c: warning missing default"

This commit is contained in:
Alex Converse 2014-08-07 10:53:01 -07:00 коммит произвёл Gerrit Code Review
Родитель ae249d8602 9ba1254317
Коммит 4db5605bdb
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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
}
}
};