diff options
Diffstat (limited to 'src/demuxers/demux_roq.c')
-rw-r--r-- | src/demuxers/demux_roq.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/demuxers/demux_roq.c b/src/demuxers/demux_roq.c index 016503344..89425bd5e 100644 --- a/src/demuxers/demux_roq.c +++ b/src/demuxers/demux_roq.c @@ -21,7 +21,7 @@ * For more information regarding the RoQ file format, visit: * http://www.csse.monash.edu.au/~timf/ * - * $Id: demux_roq.c,v 1.31 2002/11/28 10:21:07 petli Exp $ + * $Id: demux_roq.c,v 1.32 2002/12/08 21:43:51 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -348,8 +348,6 @@ static void demux_roq_send_headers(demux_plugin_t *this_gen) { buf->decoder_info[3] = this->audio_channels; this->audio_fifo->put (this->audio_fifo, buf); } - - xine_demux_control_headers_done (this->stream); } static int demux_roq_seek (demux_plugin_t *this_gen, |