# HG changeset patch
# User Diego 'Flameeyes' Pettenò <[EMAIL PROTECTED]>
# Date 1181382533 -7200
# Node ID aefe3b1d3fe359ce4d509861fe7e6deb96d25d99
# Parent  18aef8d08413be74e7d7387d9227f0185198f05c
Remove unused variables.

diff -r aefe3b1d3fe359ce4d509861fe7e6deb96d25d99 -r 
18aef8d08413be74e7d7387d9227f0185198f05c src/demuxers/demux_ts.c
--- a/src/demuxers/demux_ts.c   Sat Jun 09 11:48:53 2007 +0200
+++ b/src/demuxers/demux_ts.c   Sat Jun 09 11:48:09 2007 +0200
@@ -1305,7 +1305,6 @@ printf("Program Number is %i, looking fo
     case ISO_13818_PES_PRIVATE:
       for (i = 5; i < coded_length; i += stream[i+1] + 2) {
           if ((stream[i] == 0x6a) && (this->audio_tracks_count < 
MAX_AUDIO_TRACKS)) {
-          uint32_t format_identifier=0;
           int i, found = 0;
           for(i = 0; i < this->audio_tracks_count; i++) {
             if(this->audio_tracks[i].pid == pid) {
@@ -2081,7 +2080,6 @@ static int demux_ts_get_optional_data(de
   demux_ts_t *this = (demux_ts_t *) this_gen;
   char *str = data;
   int channel = *((int *)data);
-  int track_num;
 
   /* be a bit paranoid */
   if (this == NULL || this->stream == NULL)

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to