shithub: openh264

Download patch

ref: bfd3a1dd47486f46ab7a09656b34dec9e4b02d76
parent: 12e456cc847849bbb074074222470d7e99b86916
author: Martin Storsjö <[email protected]>
date: Thu Jun 26 10:44:31 EDT 2014

Remove a stray function declaration

This isn't referenced anywhere, and no implementation of the
function exists.

--- a/codec/encoder/core/inc/set_mb_syn_cavlc.h
+++ b/codec/encoder/core/inc/set_mb_syn_cavlc.h
@@ -77,8 +77,6 @@
 
 void  InitCoeffFunc (const uint32_t uiCpuFlag);
 
-void  InitCavlcTable();
-
 int32_t  WriteBlockResidualCavlc (int16_t* pCoffLevel, int32_t iEndIdx, int32_t iCalRunLevelFlag,
                                   int32_t iResidualProperty, int8_t iNC, SBitStringAux* pBs);