shithub: openh264

Download patch

ref: 75a0766237e9b25b3715ca24ae05bb06c3880056
parent: 90b070f6d08ef46a037af5d5344aeb3560d95ed1
author: Huade Shi (huashi) <huashi@cisco.com>
date: Wed Mar 29 07:07:23 EDT 2017

slice buffer variable rename: kiThreadIdx replaced by kiThreadIdx

--- a/codec/encoder/core/inc/svc_encode_slice.h
+++ b/codec/encoder/core/inc/svc_encode_slice.h
@@ -118,7 +118,7 @@
 
 int32_t InitOneSliceInThread (sWelsEncCtx* pCtx,
                               SSlice*& pSlice,
-                              const int32_t kiThreadIdx,
+                              const int32_t kiSlcBuffIdx,
                               const int32_t kiDlayerIdx,
                               const int32_t kiSliceIdx);
 
@@ -136,7 +136,7 @@
 int32_t ReallocateSliceInThread (sWelsEncCtx* pCtx,
                                  SDqLayer* pDqLayer,
                                  const int32_t kiDlayerIdx,
-                                 const int32_t kiThreadIndex);
+                                 const int32_t KiSlcBuffIdx);
 
 int32_t ReallocSliceBuffer (sWelsEncCtx* pCtx);