aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPEnc/src
diff options
context:
space:
mode:
Diffstat (limited to 'libMpegTPEnc/src')
-rw-r--r--libMpegTPEnc/src/tpenc_lib.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libMpegTPEnc/src/tpenc_lib.cpp b/libMpegTPEnc/src/tpenc_lib.cpp
index 12cfa09..058b8d4 100644
--- a/libMpegTPEnc/src/tpenc_lib.cpp
+++ b/libMpegTPEnc/src/tpenc_lib.cpp
@@ -88,7 +88,6 @@ amm-info@iis.fraunhofer.de
******************************************************************************/
-#include <stdio.h>
#include "tpenc_lib.h"
/* library info */
@@ -285,8 +284,6 @@ TRANSPORTENC_ERROR transportEnc_Init(
if ( ( hTpEnc->config.aot != AOT_AAC_LC)
||(hTpEnc->config.samplesPerFrame != 1024) )
{
- printf("Fail 1.5.1 aot %d\n", hTpEnc->config.aot);
-
return TRANSPORTENC_INVALID_PARAMETER;
}
if ( adtsWrite_Init(&hTpEnc->writer.adts, &hTpEnc->config) != 0) {