aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPEnc
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-03-11 21:27:57 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-03-11 21:27:57 +0100
commit58bdd4198eb5b7029d515340307c754108ab8b11 (patch)
treedf16e70225672ea19fb1df01f2af40aaae67dfaa /libMpegTPEnc
parentb46963cc7e82dcb8c6509139f9176458db7c9d91 (diff)
downloadODR-AudioEnc-58bdd4198eb5b7029d515340307c754108ab8b11.tar.gz
ODR-AudioEnc-58bdd4198eb5b7029d515340307c754108ab8b11.tar.bz2
ODR-AudioEnc-58bdd4198eb5b7029d515340307c754108ab8b11.zip
Revert useless changes
This reverts commit b46963cc7e82dcb8c6509139f9176458db7c9d91.
Diffstat (limited to 'libMpegTPEnc')
-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) {