shithub: openh264

Download patch

ref: 02853a9a9603c855e84ea2605e20b52c9b76a738
parent: cbb6e993cf2b2a746c31768ca0c4d3a897af9148
author: zhuiling <lingzhu2@cisco.com>
date: Mon Nov 17 11:29:33 EST 2014

add level 9 supporting

--- a/codec/decoder/core/src/au_parser.cpp
+++ b/codec/decoder/core/src/au_parser.cpp
@@ -719,6 +719,8 @@
 
 const SLevelLimits* GetLevelLimits (int32_t iLevelIdx, bool bConstraint3) {
   switch (iLevelIdx) {
+  case 9:
+    return &g_ksLevelLimits[1];
   case 10:
     return &g_ksLevelLimits[0];
   case 11: