shithub: openh264

Download patch

ref: 8386ac8e37d92a2fa00ae8b18595462babab5a61
parent: fb48e98b8c7d2ca8df9695a2262d98019ca0dab4
author: sijchen@cisco.com <sijchen@cisco.com>
date: Mon Jan 30 12:26:42 EST 2017

remove unneeded lines

--- a/codec/decoder/core/inc/au_parser.h
+++ b/codec/decoder/core/inc/au_parser.h
@@ -193,8 +193,6 @@
  */
 int32_t ResetFmoList (PWelsDecoderContext pCtx);
 
-
-const SLevelLimits* GetLevelLimits (int32_t iLevelIdx, bool bConstraint3);
 } // namespace WelsDec
 
 #endif//WELS_ACCESS_UNIT_PARSER_H__