From patchwork Sun Jun 13 00:21:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Lasnier X-Patchwork-Id: 12819 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.69) (envelope-from ) id 1ONawm-0000gV-0o for vdr@linuxtv.org; Sun, 13 Jun 2010 02:21:08 +0200 X-tubIT-Incoming-IP: 209.85.212.54 Received: from mail-vw0-f54.google.com ([209.85.212.54]) by mail.tu-berlin.de (exim-4.69/mailfrontend-b) with esmtp for id 1ONawl-0001pI-7O; Sun, 13 Jun 2010 02:21:07 +0200 Received: by vws20 with SMTP id 20so2964724vws.41 for ; Sat, 12 Jun 2010 17:21:04 -0700 (PDT) Received: by 10.220.124.129 with SMTP id u1mr1304670vcr.187.1276388464391; Sat, 12 Jun 2010 17:21:04 -0700 (PDT) Received: from [192.168.0.101] (72-11-168-91.cpe.axion.ca [72.11.168.91]) by mx.google.com with ESMTPS id f1sm1896025vch.15.2010.06.12.17.21.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 12 Jun 2010 17:21:03 -0700 (PDT) Message-ID: <4C14246F.7050107@fepg.org> Date: Sat, 12 Jun 2010 20:21:03 -0400 From: Alex Lasnier User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: vdr@linuxtv.org X-tubIT-Score: 0.0 () X-PMX-Version: 5.5.4.371499, Antispam-Engine: 2.7.1.369594, Antispam-Data: 2010.6.13.615 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' MIME_TEXT_ONLY_MP_MIXED 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_1099 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, SMALL_BODY 0, TO_NO_NAME 0, WEBMAIL_SOURCE 0, __BAT_BOUNDARY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __HAS_BLIZZARD_RCVD 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __RDNS_GMAIL 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __USER_AGENT 0' X-LSpam-Score: -2.9 (--) X-LSpam-Report: No, score=-2.9 required=5.0 tests=AWL=0.650, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1 autolearn=ham Subject: [vdr] [PATCH] Add missing Dtypes for ATSC X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2010 00:21:08 -0000 Status: O X-Status: X-Keywords: X-UID: 23033 The attached patch adds Dtypes for ATSC AC-3. Users of the NA EIT patch will also need to make this change. --- pat.c.orig 2010-06-05 09:26:47.000000000 -0400 +++ pat.c 2010-06-12 19:44:39.000000000 -0400 @@ -473,6 +473,7 @@ } if (NumDpids < MAXDPIDS) { Dpids[NumDpids] = esPid; + Dtypes[NumDpids] = SI::AC3DescriptorTag; strn0cpy(DLangs[NumDpids], lang, MAXLANGCODE1); NumDpids++; }