[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-cvslog
Subject:    [xine-cvs] HG: xine-lib: Merge.
From:       Darren Salt <linux () youmustbejoking ! demon ! co ! uk>
Date:       2008-07-12 22:38:47
Message-ID: 547c44ee4f8efdf70368.1215901439 () hg ! debian ! org
[Download RAW message or body]

# HG changeset patch
# User Darren Salt <linux@youmustbejoking.demon.co.uk>
# Date 1215901439 -3600
# Node ID 547c44ee4f8efdf703682213b6b0a9d34b5979fc
# Parent  b4d1678a8b4bae0c0dde73734d383d008d992a2e
# Parent  7628777305de04d9fcd4255c8e08781cc5f116b8
Merge.

diff -r 547c44ee4f8efdf703682213b6b0a9d34b5979fc -r \
                b4d1678a8b4bae0c0dde73734d383d008d992a2e src/demuxers/demux_rawdv.c
--- a/src/demuxers/demux_rawdv.c	Sat Jul 12 23:23:59 2008 +0100
+++ b/src/demuxers/demux_rawdv.c	Fri Jul 11 21:56:47 2008 +0200
@@ -374,7 +374,7 @@ static demux_plugin_t *open_plugin (demu
     }
 
     /* DIF (DV) movie file */
-    if (memcmp(buf, "\x1F\x07\x00", 3) != 0 && !(buf[4] ^ 0x01)) {
+    if (memcmp(buf, "\x1F\x07\x00", 3) != 0 || !(buf[4] ^ 0x01)) {
       free (this);
       return NULL;
     }

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Xine-cvslog mailing list
Xine-cvslog@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-cvslog


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic