From 5298cdacd41efbf2ffd0282b14e401734b31d90a Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 19 Sep 2005 09:23:50 +0000 Subject: *** empty log message *** --- src/multiplexer.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/multiplexer.cc') diff --git a/src/multiplexer.cc b/src/multiplexer.cc index 12e9768..7f80345 100644 --- a/src/multiplexer.cc +++ b/src/multiplexer.cc @@ -174,7 +174,7 @@ bool Multiplexer::packet(StreamType type) char buf[PACKET_SIZE]; // Write data - info->info("\t\t[%sPacket]", type==TYPE_AUDIO?"Audio\0":"Video\0"); + // info->info("\t\t[%sPacket]", type==TYPE_AUDIO?"Audio\0":"Video\0"); unsigned short int framesize = read_stream(buf, PACKET_SIZE, type); @@ -246,7 +246,7 @@ bool Multiplexer::packet() */ void Multiplexer::system_header() { - info->info("\t\t[System Header]"); + // info->info("\t\t[System Header]"); // system_header_start_code (32 bits) file->Write((void*)ISO11172_1::system_header_start_code, SIZEOF(ISO11172_1::system_header_start_code)); @@ -364,7 +364,7 @@ void Multiplexer::system_header() */ bool Multiplexer::pack() { - info->info("\t[Pack"); + // info->info("\t[Pack"); file->Write((void*)ISO11172_1::pack_start_code, SIZEOF(ISO11172_1::pack_start_code)); @@ -432,7 +432,7 @@ bool Multiplexer::pack() for(int cnt = 0; cnt < PACKETS_PER_PACK; cnt++) if(!packet()) return false; - info->info("\t]"); + // info->info("\t]"); return true; } @@ -442,12 +442,12 @@ bool Multiplexer::pack() */ void Multiplexer::iso11172_stream() { - info->info("[iso11172_stream"); + // info->info("[iso11172_stream"); while(pack()); - info->info("]"); - info->info("[iso11172_end_code]"); + // info->info("]"); + // info->info("[iso11172_end_code]"); file->Write((void*)ISO11172_1::end_code, SIZEOF(ISO11172_1::end_code)); /* -- cgit v1.2.3