shithub: openh264

Download patch

ref: 544797f11d7116f2ded41480858143eff3166881
parent: 3f28643f3ce422d98f1e1b80afc88415cde79005
author: Martin Storsjö <martin@martin.st>
date: Mon Dec 2 05:33:16 EST 2019

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);