From inka-user@risctaker.inka.de Tue Jan 23 03:50:06 2001
Received: from mail.inka.de (mail@quechua.inka.de [212.227.14.2])
	by fdd.com (8.10.1/8.10.1) with ESMTP id f0N9o6o13677
	for <vobTools@fdd.com>; Tue, 23 Jan 2001 03:50:06 -0600 (CST)
Received: from sites.inka.de (puric.inka.de [212.227.14.17])
	by mail.inka.de with esmtp 
	id 14L05S-00067p-00; Tue, 23 Jan 2001 10:50:02 +0100
Received: from localhost
	by sites.inka.de with local 
	id 14L05R-0003lo-00; Tue, 23 Jan 2001 10:50:01 +0100
Date: Tue, 23 Jan 2001 10:50:01 +0100
From: Sham Gardner <mail@risctaker.inka.de>
To: vobTools@fdd.com
Subject: vobTools bugfix
Message-ID: <20010123105001.A11599@inka.de>
Reply-To: risctaker@risctaker.de
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
User-Agent: Mutt/1.0i
Sender: Sham Gardner <inka-user@risctaker.inka.de>
Status: RO
X-Status: A
Content-Length: 660
Lines: 32

Hi

I've noticed a bug in Version 1.5 of vobTools:

line 360 of vobinfo.c reads:

      if((PTS_DTS_flags&2)) {

it should read:

      if((PTS_DTS_flags&1)) {


I've also observed that "private stream 1" (AC3 audio and subtitles) also
contains PES headers, so line 206, which currently reads:

      {1,"private_stream_1 (AC3 audio)",".ac3"},

should probably read:

      {0,"private_stream_1 (AC3 audio)",".ac3"},


Regards,

Sham

-- 
http://sites.inka.de/risctaker/DeCSS/
"There are no secrets. The networked market knows more than companies do
about their own products. And whether the news is good or bad, they tell
everyone." (The Cluetrain Manifesto)

