ref: a9ca4db07bb6c5195e352d05ad0c43b4a9b28b1c
parent: 0c326fa3026f78fa94ad5c0e6888f597341a5996
author: dongzhang <[email protected]>
date: Tue May 20 05:45:13 EDT 2014
change comment in encoder option according to issue https://github.com/cisco/openh264/issues/859
--- a/codec/api/svc/codec_app_def.h
+++ b/codec/api/svc/codec_app_def.h
@@ -87,9 +87,9 @@
ENCOCER_LTR_MARKING_PERIOD,
ENCODER_OPTION_LTR,
- ENCODER_OPTION_ENABLE_SSEI, //disable SSEI: true--disable ssei; false--enable ssei
+ ENCODER_OPTION_ENABLE_SSEI, //enable SSEI: true--enable ssei; false--disable ssei
ENCODER_OPTION_ENABLE_PREFIX_NAL_ADDING, //enable prefix: true--enable prefix; false--disable prefix
- ENCODER_OPTION_ENABLE_SPS_PPS_ID_ADDITION, //disable pSps/pPps id addition: true--disable pSps/pPps id; false--enable pSps/pPps id addistion
+ ENCODER_OPTION_ENABLE_SPS_PPS_ID_ADDITION, //enable pSps/pPps id addition: true--enable pSps/pPps id; false--disable pSps/pPps id addistion
ENCODER_OPTION_CURRENT_PATH,
ENCODER_OPTION_DUMP_FILE,