diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-27 00:27:26 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-27 00:27:26 +0000 |
commit | 01fe9e47e5c03c959dd0428d439db3cc74e5a741 (patch) | |
tree | 5c7f464e955e1b08b5519a216da38049de1489a1 /src/demuxers/demux_mpgaudio.c | |
parent | 6673bb023265e262044e4a2784db0a16113f3f52 (diff) | |
download | xine-lib-01fe9e47e5c03c959dd0428d439db3cc74e5a741.tar.gz xine-lib-01fe9e47e5c03c959dd0428d439db3cc74e5a741.tar.bz2 |
another demuxer with broken status reporting
CVS patchset: 3033
CVS date: 2002/10/27 00:27:26
Diffstat (limited to 'src/demuxers/demux_mpgaudio.c')
-rw-r--r-- | src/demuxers/demux_mpgaudio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c index 11cda2bd7..27fb1849e 100644 --- a/src/demuxers/demux_mpgaudio.c +++ b/src/demuxers/demux_mpgaudio.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_mpgaudio.c,v 1.71 2002/10/26 22:00:53 guenter Exp $ + * $Id: demux_mpgaudio.c,v 1.72 2002/10/27 00:27:26 guenter Exp $ * * demultiplexer for mpeg audio (i.e. mp3) streams * @@ -448,6 +448,7 @@ static void demux_mpgaudio_send_headers (demux_plugin_t *this_gen) { this->stream_length = 0; this->bitrate = 0; this->last_pts = 0; + this->status = DEMUX_OK; this->stream->stream_info[XINE_STREAM_INFO_HAS_VIDEO] = 0; this->stream->stream_info[XINE_STREAM_INFO_HAS_AUDIO] = 1; |