diff options
Diffstat (limited to 'src/demuxers/demux_voc.c')
-rw-r--r-- | src/demuxers/demux_voc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/demuxers/demux_voc.c b/src/demuxers/demux_voc.c index 7517bb7e3..4de21ff59 100644 --- a/src/demuxers/demux_voc.c +++ b/src/demuxers/demux_voc.c @@ -23,7 +23,7 @@ * It will only play that block if it is PCM data. More variations will be * supported as they are encountered. * - * $Id: demux_voc.c,v 1.19 2002/11/28 10:21:07 petli Exp $ + * $Id: demux_voc.c,v 1.20 2002/12/08 21:43:52 miguelfreitas Exp $ * */ @@ -243,8 +243,6 @@ static void demux_voc_send_headers(demux_plugin_t *this_gen) { buf->size = 0; this->audio_fifo->put (this->audio_fifo, buf); } - - xine_demux_control_headers_done (this->stream); } static int demux_voc_seek (demux_plugin_t *this_gen, |