shithub: openh264

Download patch

ref: aa41dc43bd881db5dbab0b23bda59f904dce5bfb
parent: 2ac06c4a614fb6f49e6f22edd8467fd49bb6ff15
parent: 2ec91a0bbec08889d93322fd9a504eafcaa04e04
author: HaiboZhu <[email protected]>
date: Thu Jul 31 12:52:04 EDT 2014

Merge pull request #1241 from ruil2/comment

fix typo

--- a/codec/api/svc/codec_app_def.h
+++ b/codec/api/svc/codec_app_def.h
@@ -325,7 +325,7 @@
   unsigned int uiMaxNalSize;
 
   /*LTR settings*/
-  bool     bEnableLongTermReference; // 0: on, 1: off
+  bool     bEnableLongTermReference; // 1: on, 0: off
   int	   iLTRRefNum;
   unsigned int      iLtrMarkPeriod;