diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-02 09:51:53 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-02 09:51:53 +0000 |
commit | 9ffc18a77a9140444cacdbc64f259b809d32b05e (patch) | |
tree | b58747f6e29753ea3f4ba864cef3076718a3d284 | |
parent | 291b0f9557c3db75a672a3ea85fadf2727890ebd (diff) | |
download | xine-lib-9ffc18a77a9140444cacdbc64f259b809d32b05e.tar.gz xine-lib-9ffc18a77a9140444cacdbc64f259b809d32b05e.tar.bz2 |
Remove extraneous debug printf().
CVS patchset: 8786
CVS date: 2007/04/02 09:51:53
-rw-r--r-- | src/demuxers/demux_ts.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/demuxers/demux_ts.c b/src/demuxers/demux_ts.c index b6bf5870c..438c00517 100644 --- a/src/demuxers/demux_ts.c +++ b/src/demuxers/demux_ts.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_ts.c,v 1.126 2007/04/01 22:49:07 dgp85 Exp $ + * $Id: demux_ts.c,v 1.127 2007/04/02 09:51:53 dgp85 Exp $ * * Demultiplexer for MPEG2 Transport Streams. * @@ -1399,7 +1399,6 @@ printf("Program Number is %i, looking for %i\n",program_number,this->program_num stream + 5, stream_info_length); /* If no format identifier, assume A52 */ if ((format_identifier == 0x41432d33) || (format_identifier == 0)) { - printf("ADD APID: %d\n", pid); demux_ts_pes_new(this, this->media_num, pid, this->audio_fifo, stream[0]); this->audio_tracks[this->audio_tracks_count].pid = pid; this->audio_tracks[this->audio_tracks_count].media_index = this->media_num; |