From 998d012ea7392631b4e2da19b2433706f3d64231 Mon Sep 17 00:00:00 2001 From: Haibo Zhu Date: Thu, 19 Jun 2014 18:46:19 -0700 Subject: [PATCH] try --- codec/console/enc/src/welsenc.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/codec/console/enc/src/welsenc.cpp b/codec/console/enc/src/welsenc.cpp index 0f242e24..11878511 100644 --- a/codec/console/enc/src/welsenc.cpp +++ b/codec/console/enc/src/welsenc.cpp @@ -459,12 +459,6 @@ int ParseCommandLine (int argc, char** argv, SSourcePicture* pSrcPic, SEncParamE else if (!strcmp (pCommand, "-maxbrTotal") && (n < argc)) pSvcParam.iMaxBitrate = 1000*atoi (argv[n++]); - else if (!strcmp (pCommand, "-maxbrTotal") && (n < argc)) - pSvcParam.iMaxBitrate = 1000 * atoi (argv[n++]); - - else if (!strcmp (pCommand, "-maxbrTotal") && (n < argc)) - pSvcParam.iMaxBitrate = 1000*atoi (argv[n++]); - else if (!strcmp (pCommand, "-numl") && (n < argc)) { pSvcParam.iSpatialLayerNum = atoi (argv[n++]); }