~ubuntu-branches/ubuntu/oneiric/libmatroska/oneiric

« back to all changes in this revision

Viewing changes to matroska/KaxInfoData.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-02-21 01:33:10 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221013310-9u59rolgy6s4n0yq
Tags: 1.1.0+dfsg-0ubuntu1
* New upstream release (LP: #722382)
* debian/source/format & debian/rules:
 - Convert to source format 3.0.
* debian/control:
 - Remove quilt build-depends.
* Bump SONAME to 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
/*!
31
31
        \file
32
 
        \version \$Id: KaxInfoData.h 295 2010-06-04 11:03:46Z robux4 $
 
32
        \version \$Id: KaxInfoData.h 353 2010-06-27 05:24:02Z robux4 $
33
33
        \author Steve Lhomme     <robux4 @ users.sf.net>
34
34
        \author John Cannon      <spyder2555 @ users.sf.net>
35
35
        \author Moritz Bunkus    <moritz @ bunkus.org>
52
52
 
53
53
DECLARE_MKX_BINARY(KaxSegmentUID)
54
54
        public:
55
 
#if defined(HAVE_EBML2)
 
55
#if defined(HAVE_EBML2) || defined(HAS_EBML2)
56
56
        KaxSegmentUID(EBML_DEF_CONS EBML_DEF_SEP EBML_EXTRA_PARAM);
57
57
#endif
58
58
                virtual bool ValidateSize() const { return IsFiniteSize() && (GetSize() == 16);}