From 0b7b753a9fb15b5fb8d7ef9a4fae8bbe4822aa7b Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 4 Sep 2002 10:49:25 +0000 Subject: fix typo (thanks to Daniel for reveiling) CVS patchset: 2602 CVS date: 2002/09/04 10:49:25 --- src/xine-engine/video_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c index 8f5b71395..b031b0a8c 100644 --- a/src/xine-engine/video_decoder.c +++ b/src/xine-engine/video_decoder.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: video_decoder.c,v 1.94 2002/08/30 15:03:00 f1rmb Exp $ + * $Id: video_decoder.c,v 1.95 2002/09/04 10:49:25 mroi Exp $ * */ @@ -221,7 +221,7 @@ void *video_decoder_loop (void *this_gen) { this->video_in_discontinuity = 1; - if (buf->decoder_flags && BUF_FLAG_SEEK) { + if (buf->decoder_flags & BUF_FLAG_SEEK) { this->metronom->handle_video_discontinuity (this->metronom, DISC_STREAMSEEK, buf->disc_off); } else { this->metronom->handle_video_discontinuity (this->metronom, DISC_ABSOLUTE, buf->disc_off); -- cgit v1.2.3