~ubuntu-branches/ubuntu/quantal/libmatroska/quantal

« back to all changes in this revision

Viewing changes to matroska/KaxCuesData.h

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Habouzit
  • Date: 2008-03-16 14:07:52 UTC
  • mfrom: (3.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080316140752-0kn16u453et9yki7
Tags: 0.8.1-1.1
* Non-maintainer upload.
* debian/copyright: update with proper up to date informations
  (Closes: 465251).
* debian/control: bump Standards-Version to 3.7.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                operator const EbmlId &() const {return ClassInfos.GlobalId;}
57
57
                EbmlElement * Clone() const {return new KaxCuePoint(*this);}
58
58
                void PositionSet(const KaxBlockGroup & BlockReference, uint64 GlobalTimecodeScale);
59
 
                void PositionSet(const KaxInternalBlock & BlockReference, uint64 GlobalTimecodeScale);
 
59
                void PositionSet(const KaxBlockBlob & BlobReference, uint64 GlobalTimecodeScale);
60
60
 
61
61
                bool operator<(const EbmlElement & EltB) const;
62
62