diff options
Diffstat (limited to 'src/demuxers/demux_fli.c')
-rw-r--r-- | src/demuxers/demux_fli.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/demuxers/demux_fli.c b/src/demuxers/demux_fli.c index be4aeed61..a992aa9cf 100644 --- a/src/demuxers/demux_fli.c +++ b/src/demuxers/demux_fli.c @@ -22,7 +22,7 @@ * avoid while programming a FLI decoder, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_fli.c,v 1.28 2002/11/28 10:21:06 petli Exp $ + * $Id: demux_fli.c,v 1.29 2002/12/08 21:43:50 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -228,8 +228,6 @@ static void demux_fli_send_headers(demux_plugin_t *this_gen) { buf->size = FLI_HEADER_SIZE; buf->type = BUF_VIDEO_FLI; this->video_fifo->put (this->video_fifo, buf); - - xine_demux_control_headers_done (this->stream); } static int demux_fli_seek (demux_plugin_t *this_gen, |