diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-01-14 21:42:59 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-01-14 21:42:59 +0000 |
commit | 9974ea4657434307e53c4efb4f15a3e83d57b97a (patch) | |
tree | 7fcf0bbd5089c14ef523b5a56991d607a26d8443 /src/demuxers/demux_cda.c | |
parent | 6c67a35ee6c241b94786b7d6bfad2c87fc4f7d2a (diff) | |
download | xine-lib-9974ea4657434307e53c4efb4f15a3e83d57b97a.tar.gz xine-lib-9974ea4657434307e53c4efb4f15a3e83d57b97a.tar.bz2 |
Fixed cda deadlocks.
CVS patchset: 1404
CVS date: 2002/01/14 21:42:59
Diffstat (limited to 'src/demuxers/demux_cda.c')
-rw-r--r-- | src/demuxers/demux_cda.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/demuxers/demux_cda.c b/src/demuxers/demux_cda.c index 2a916f947..a585a988b 100644 --- a/src/demuxers/demux_cda.c +++ b/src/demuxers/demux_cda.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_cda.c,v 1.5 2002/01/02 18:16:07 jkeil Exp $ + * $Id: demux_cda.c,v 1.6 2002/01/14 21:42:59 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -99,7 +99,6 @@ static int demux_cda_next (demux_cda_t *this) { buf->input_time = buf->input_pos / this->blocksize; buf->type = BUF_VIDEO_FILL; /* Fake */ - // if(this->audio_fifo) this->video_fifo->put(this->video_fifo, buf); return ((pos < len)); |