~ubuntu-branches/ubuntu/lucid/mkvtoolnix/lucid

« back to all changes in this revision

Viewing changes to src/merge/packet.h

  • Committer: Bazaar Package Importer
  • Author(s): Clément Stenac
  • Date: 2007-05-17 11:18:27 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517111827-asq9dnnx1r9gjym2
Tags: 2.0.2-1
* New upstream bugfix version
* Use liblzo2, thanks to Peter Eisentraut (Closes:#423361)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   see the file COPYING for details
7
7
   or visit http://www.gnu.org/copyleft/gpl.html
8
8
 
9
 
   $Id: packet.h 3127 2005-10-21 11:11:57Z mosu $
 
9
   $Id: packet.h 3469 2007-01-15 19:02:18Z mosu $
10
10
 
11
11
   class definition for the packet structure
12
12
 
39
39
 
40
40
  memory_cptr data;
41
41
  vector<memory_cptr> data_adds;
 
42
  memory_cptr codec_state;
42
43
 
43
44
  KaxBlockBlob *group;
44
45
  KaxBlock *block;