Commit 21fd3288 authored by Christophe Massiot's avatar Christophe Massiot

* Prepare for version 0.1.6.

parent 30d1e3d1
$Id$ $Id$
Changes between 0.1.5 and 0.1.6:
--------------------------------
* fixed a parsing bug due to outdated spec in ISO 639 language descriptor
* fixed the use of uninitialized data when section_syntax_indicator=0
* fixed a parsing bug in the EBU teletext descriptor decoder
* fixed the declaration of dvbpsi_DecodeTeletextDr
* new example tool for checking an MPEG-2 TS file
Changes between 0.1.4 and 0.1.5: Changes between 0.1.4 and 0.1.5:
-------------------------------- --------------------------------
......
...@@ -4,7 +4,7 @@ AC_PREREQ(2.50) ...@@ -4,7 +4,7 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvbpsi4, 0.1.5) AM_INIT_AUTOMAKE(libdvbpsi4, 0.1.6)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
#AC_CANONICAL_HOST #AC_CANONICAL_HOST
......
/***************************************************************************** /*****************************************************************************
* dvbpsi.h * dvbpsi.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dvbpsi.h,v 1.7 2002/10/07 14:15:14 sam Exp $ * $Id$
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -33,6 +33,9 @@ ...@@ -33,6 +33,9 @@
#ifndef _DVBPSI_DVBPSI_H_ #ifndef _DVBPSI_DVBPSI_H_
#define _DVBPSI_DVBPSI_H_ #define _DVBPSI_DVBPSI_H_
#define DVBPSI_VERSION 0.1.6
#define DVBPSI_VERSION_INT ((0<<16)+(1<<8)+6)
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment