shithub: openh264

Download patch

ref: b2b67f5d80763b205a7161a6c8f8e2b44027657c
parent: ac2543f294f88f8589631b8690715116aa4bdc2d
parent: 1ed47ed468eb9b59eb31d4a9f7b8e9f5506b0d1b
author: huili2 <huili2@cisco.com>
date: Mon Mar 20 13:25:12 EDT 2017

Merge pull request #2691 from mstorsjo/remove-stray-printf

Remove a stray leftover printf

--- a/test/api/encode_options_test.cpp
+++ b/test/api/encode_options_test.cpp
@@ -552,7 +552,6 @@
   //int TraceLevel = WELS_LOG_INFO;
   //encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &TraceLevel);
   int rv = encoder_->InitializeExt (&sParam1);
-  printf ("Start EncDecOneFrame()\n");
   ASSERT_TRUE (rv == cmResultSuccess) << "InitializeExt: rv = " << rv << " at " << sParam1.iPicWidth << "x" <<
                                       sParam1.iPicHeight;
   ASSERT_TRUE (EncDecOneFrame (sParam1.iPicWidth, sParam1.iPicHeight, iEncFrameNum++, fEnc));