shithub: openh264

Download patch

ref: 470fc4288c4d984c9559ce186c11f2524109df5c
parent: c79e78c4fbb5cd2bbcea0208eb4da9a3d990158d
author: ruil2 <[email protected]>
date: Mon Feb 24 05:55:15 EST 2014

minor update

--- a/codec/api/svc/codec_app_def.h
+++ b/codec/api/svc/codec_app_def.h
@@ -212,6 +212,8 @@
   bool    bEnableSpsPpsIdAddition;
   bool    bPrefixNalAddingCtrl;
   bool	  bEnableSSEI;
+  int      iPaddingFlag;            // 0:disable padding;1:padding
+  int      iEtropyCodingModeFlag;
 
   /* rc control */
   bool    bEnableRc;
@@ -223,9 +225,8 @@
   bool     bEnableLongTermReference; // 0: on, 1: off
   int	   iLTRRefNum;
   int      iLtrMarkPeriod;
-  int      iPaddingFlag;            // 0:disable padding;1:padding
-  int      iEtropyCodingModeFlag;
 
+  /* multi-thread settings*/
   short		iMultipleThreadIdc;		// 1	# 0: auto(dynamic imp. internal encoder); 1: multiple threads imp. disabled; > 1: count number of threads;
   short		iCountThreadsNum;			//		# derived from disable_multiple_slice_idc (=0 or >1) means;