ref: df8151865b99cc7fdfc5236bd76740aa3b5d1dca
parent: d6788a6f9c99b6bd622aa98dea41ebc837e24d75
parent: 544797f11d7116f2ded41480858143eff3166881
author: huili2 <huili2@cisco.com>
date: Mon Feb 17 03:44:38 EST 2020
Merge pull request #3213 from mstorsjo/remove-leftover-printf Remove a leftover printf from a test
--- a/test/api/BaseThreadDecoderTest.cpp
+++ b/test/api/BaseThreadDecoderTest.cpp
@@ -175,7 +175,6 @@
decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY;
decParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_DEFAULT;
int iThreadCount = (rand() % 2) + 2;
- fprintf (stderr, "iThreadCount=%d\n", iThreadCount);
decoder_->SetOption (DECODER_OPTION_NUM_OF_THREADS, &iThreadCount);
rv = decoder_->Initialize (&decParam);